#DB66B6

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

Shades of Hot Pink #DB66B6

Tints of Hot Pink #DB66B6

Color information

#DB66B6 (or 0xDB66B6) is unknown color: approx Hot Pink. HEX triplet: DB, 66 and B6. RGB value is (219,102,182). Sum of RGB (Red+Green+Blue) = 219+102+182=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66B6 is #249949. Grayscale: #919191. Windows color (decimal): -2398538 or 11953883. OLE color: 11953883.

HSL color Cylindrical-coordinate representation of color #DB66B6: hue angle of 318.97º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB66B6 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB219102182-
CMYK00.530.170.14
HSL318.97º61.9%62.94%-
HSV(B)318.97º53.42%85.88%-
XYZ42.4127.9447.41-
YUV146.1148.26180-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.54%
GREEN value IS 102 (40.23% from 255) = 20.28%
BLUE value IS 182 (71.48% from 255) = 36.18%
R=43.54%
G=20.28%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910218200.530.170.14318.9761.962.94
HexDB66B603511E13f3e3f
Octal33314626606521164777677
Binary110110111100110101101100110101100011110100111111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB66B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB66B6; }

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

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

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

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

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

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

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

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