#DB5DB2

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

Shades of Hot Pink #DB5DB2

Tints of Hot Pink #DB5DB2

Color information

#DB5DB2 (or 0xDB5DB2) is unknown color: approx Hot Pink. HEX triplet: DB, 5D and B2. RGB value is (219,93,178). Sum of RGB (Red+Green+Blue) = 219+93+178=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5DB2 is #24A24D. Grayscale: #8C8C8C. Windows color (decimal): -2400846 or 11689435. OLE color: 11689435.

HSL color Cylindrical-coordinate representation of color #DB5DB2: hue angle of 319.52º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5DB2 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB21993178-
CMYK00.580.190.14
HSL319.52º63.64%61.18%-
HSV(B)319.52º57.53%85.88%-
XYZ41.1626.144.99-
YUV140.36149.24184.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.69%
GREEN value IS 93 (36.72% from 255) = 18.98%
BLUE value IS 178 (69.92% from 255) = 36.33%
R=44.69%
G=18.98%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199317800.580.190.14319.5263.6461.18
HexDB5DB203A13E140403d
Octal333135262072231650010075
Binary1101101110111011011001001110101001111101010000001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5DB2; }

 p { color: rgb(219,93,178); }

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

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

 a { background-color: rgb(219,93,178); }

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

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

 span { border-color: rgb(219,93,178); }

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