#DB66B7

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

Shades of Hot Pink #DB66B7

Tints of Hot Pink #DB66B7

Color information

#DB66B7 (or 0xDB66B7) is unknown color: approx Hot Pink. HEX triplet: DB, 66 and B7. RGB value is (219,102,183). Sum of RGB (Red+Green+Blue) = 219+102+183=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66B7 is #249948. Grayscale: #929292. Windows color (decimal): -2398537 or 12019419. OLE color: 12019419.

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

Color convert

RGB219102183-
CMYK00.530.160.14
HSL318.46º61.9%62.94%-
HSV(B)318.46º53.42%85.88%-
XYZ42.5127.9847.96-
YUV146.22148.76179.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.45%
GREEN value IS 102 (40.23% from 255) = 20.24%
BLUE value IS 183 (71.88% from 255) = 36.31%
R=43.45%
G=20.24%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910218300.530.160.14318.4661.962.94
HexDB66B703510E13e3e3f
Octal33314626706520164767677
Binary110110111100110101101110110101100001110100111110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB66B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB66B7; }

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

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

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

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

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

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

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

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