#DB64B3

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

Shades of Hot Pink #DB64B3

Tints of Hot Pink #DB64B3

Color information

#DB64B3 (or 0xDB64B3) is unknown color: approx Hot Pink. HEX triplet: DB, 64 and B3. RGB value is (219,100,179). Sum of RGB (Red+Green+Blue) = 219+100+179=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB64B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64B3 is #249B4C. Grayscale: #909090. Windows color (decimal): -2399053 or 11756763. OLE color: 11756763.

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

Color convert

RGB219100179-
CMYK00.540.180.14
HSL320.17º62.3%62.55%-
HSV(B)320.17º54.34%85.88%-
XYZ41.9127.4345.73-
YUV144.59147.42181.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.98%
GREEN value IS 100 (39.45% from 255) = 20.08%
BLUE value IS 179 (70.31% from 255) = 35.94%
R=43.98%
G=20.08%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910017900.540.180.14320.1762.362.55
HexDB64B303612E1403e3f
Octal33314426306622165007677
Binary110110111100100101100110110110100101110101000000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB64B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB64B3; }

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

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

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

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

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

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

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

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