#DB66B3

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

Shades of Hot Pink #DB66B3

Tints of Hot Pink #DB66B3

Color information

#DB66B3 (or 0xDB66B3) is unknown color: approx Hot Pink. HEX triplet: DB, 66 and B3. RGB value is (219,102,179). Sum of RGB (Red+Green+Blue) = 219+102+179=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66B3 is #24994C. Grayscale: #919191. Windows color (decimal): -2398541 or 11757275. OLE color: 11757275.

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

Color convert

RGB219102179-
CMYK00.530.180.14
HSL320.51º61.9%62.94%-
HSV(B)320.51º53.42%85.88%-
XYZ42.127.8245.8-
YUV145.76146.76180.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.8%
GREEN value IS 102 (40.23% from 255) = 20.4%
BLUE value IS 179 (70.31% from 255) = 35.8%
R=43.8%
G=20.4%
B=35.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910217900.530.180.14320.5161.962.94
HexDB66B303512E1413e3f
Octal33314626306522165017677
Binary110110111100110101100110110101100101110101000001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB66B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB66B3; }

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

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

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

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

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

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

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

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