#DB5889

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

Shades of Dark Pink #DB5889

Tints of Dark Pink #DB5889

Color information

#DB5889 (or 0xDB5889) is unknown color: approx Dark Pink. HEX triplet: DB, 58 and 89. RGB value is (219,88,137). Sum of RGB (Red+Green+Blue) = 219+88+137=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5889 is #24A776. Grayscale: #848484. Windows color (decimal): -2402167 or 9001179. OLE color: 9001179.

HSL color Cylindrical-coordinate representation of color #DB5889: hue angle of 337.56º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5889 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB21988137-
CMYK00.600.370.14
HSL337.56º64.53%60.2%-
HSV(B)337.56º59.82%85.88%-
XYZ37.2223.8526.31-
YUV132.76130.4189.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.32%
GREEN value IS 88 (34.77% from 255) = 19.82%
BLUE value IS 137 (53.91% from 255) = 30.86%
R=49.32%
G=19.82%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198813700.600.370.14337.5664.5360.2
HexDB588903C25E152413c
Octal333130211074451652210174
Binary11011011101100010001001011110010010111101010100101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5889; }

 p { color: rgb(219,88,137); }

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

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

 a { background-color: rgb(219,88,137); }

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

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

 span { border-color: rgb(219,88,137); }

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