#DD66B6

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

Shades of Hot Pink #DD66B6

Tints of Hot Pink #DD66B6

Color information

#DD66B6 (or 0xDD66B6) is unknown color: approx Hot Pink. HEX triplet: DD, 66 and B6. RGB value is (221,102,182). Sum of RGB (Red+Green+Blue) = 221+102+182=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66B6 is #229949. Grayscale: #929292. Windows color (decimal): -2267466 or 11953885. OLE color: 11953885.

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

Color convert

RGB221102182-
CMYK00.540.180.13
HSL319.66º63.64%63.33%-
HSV(B)319.66º53.85%86.67%-
XYZ43.0128.2547.44-
YUV146.7147.92181-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 102 (40.23% from 255) = 20.20%
BLUE value IS 182 (71.48% from 255) = 36.04%
R=43.76%
G=20.20%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110218200.540.180.13319.6663.6463.33
HexDD66B603612D140403f
Octal335146266066221550010077
Binary1101110111001101011011001101101001011011010000001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66B6; }

 p { color: rgb(221,102,182); }

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

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

 a { background-color: rgb(221,102,182); }

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

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

 span { border-color: rgb(221,102,182); }

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