#DD66B5

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

Shades of Hot Pink #DD66B5

Tints of Hot Pink #DD66B5

Color information

#DD66B5 (or 0xDD66B5) is unknown color: approx Hot Pink. HEX triplet: DD, 66 and B5. RGB value is (221,102,181). Sum of RGB (Red+Green+Blue) = 221+102+181=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66B5 is #22994A. Grayscale: #929292. Windows color (decimal): -2267467 or 11888349. OLE color: 11888349.

HSL color Cylindrical-coordinate representation of color #DD66B5: hue angle of 320.17º 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 #DD66B5 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221102181-
CMYK00.540.180.13
HSL320.17º63.64%63.33%-
HSV(B)320.17º53.85%86.67%-
XYZ42.9128.2146.9-
YUV146.59147.42181.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 102 (40.23% from 255) = 20.24%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=43.85%
G=20.24%
B=35.91%

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
Decimal22110218100.540.180.13320.1763.6463.33
HexDD66B503612D140403f
Octal335146265066221550010077
Binary1101110111001101011010101101101001011011010000001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66B5; }

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

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

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

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

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

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

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

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