#DB5AAF

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

Shades of Hot Pink #DB5AAF

Tints of Hot Pink #DB5AAF

Color information

#DB5AAF (or 0xDB5AAF) is unknown color: approx Hot Pink. HEX triplet: DB, 5A and AF. RGB value is (219,90,175). Sum of RGB (Red+Green+Blue) = 219+90+175=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5AAF is #24A550. Grayscale: #8A8A8A. Windows color (decimal): -2401617 or 11492059. OLE color: 11492059.

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

Color convert

RGB21990175-
CMYK00.590.200.14
HSL320.47º64.18%60.59%-
HSV(B)320.47º58.9%85.88%-
XYZ40.6125.4743.33-
YUV138.26148.74185.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.25%
GREEN value IS 90 (35.55% from 255) = 18.60%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=45.25%
G=18.60%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199017500.590.200.14320.4764.1860.59
HexDB5AAF03B14E140403d
Octal333132257073241650010075
Binary1101101110110101010111101110111010011101010000001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5AAF; }

 p { color: rgb(219,90,175); }

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

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

 a { background-color: rgb(219,90,175); }

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

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

 span { border-color: rgb(219,90,175); }

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