#DD6BAF

Color #DD6BAF Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #DD6BAF

Tints of Hot Pink #DD6BAF

Color information

#DD6BAF (or 0xDD6BAF) is unknown color: approx Hot Pink. HEX triplet: DD, 6B and AF. RGB value is (221,107,175). Sum of RGB (Red+Green+Blue) = 221+107+175=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BAF is #229450. Grayscale: #949494. Windows color (decimal): -2266193 or 11496413. OLE color: 11496413.

HSL color Cylindrical-coordinate representation of color #DD6BAF: hue angle of 324.21º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BAF is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221107175-
CMYK00.520.210.13
HSL324.21º62.64%64.31%-
HSV(B)324.21º51.58%86.67%-
XYZ42.8128.9843.9-
YUV148.84142.77179.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=43.94%
G=21.27%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110717500.520.210.13324.2162.6464.31
HexDD6BAF03415D1443f40
Octal335153257064251550477100
Binary1101110111010111010111101101001010111011010001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6BAF; }

 p { color: rgb(221,107,175); }

 H1.HeaderClassName
 {
   color: #DD6BAF;
 }
 .AnyTagClassName
 {
   color: #DD6BAF;
 }
</style>
background-color css

<style>
 a { background-color: #DD6BAF; }

 a { background-color: rgb(221,107,175); }

 div.DivClassName
 {
   background-color: #DD6BAF;
 }
 .BgClassName
 {
   background-color: #DD6BAF;
 }
</style>
border-color css

<style>
 span { border-color: #DD6BAF; }

 span { border-color: rgb(221,107,175); }

 td.TdClassName
 {
   border-color: #DD6BAF;
 }
 .TagClassName
 {
   border-color: #DD6BAF;
 }
</style>