#DB588A

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

Shades of Dark Pink #DB588A

Tints of Dark Pink #DB588A

Color information

#DB588A (or 0xDB588A) is unknown color: approx Dark Pink. HEX triplet: DB, 58 and 8A. RGB value is (219,88,138). Sum of RGB (Red+Green+Blue) = 219+88+138=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB588A is #24A775. Grayscale: #848484. Windows color (decimal): -2402166 or 9066715. OLE color: 9066715.

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

Color convert

RGB21988138-
CMYK00.600.370.14
HSL337.1º64.53%60.2%-
HSV(B)337.1º59.82%85.88%-
XYZ37.2923.8726.69-
YUV132.87130.9189.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.21%
GREEN value IS 88 (34.77% from 255) = 19.78%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=49.21%
G=19.78%
B=31.01%

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
Decimal2198813800.600.370.14337.164.5360.2
HexDB588A03C25E151413c
Octal333130212074451652110174
Binary11011011101100010001010011110010010111101010100011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB588A; }

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

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

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

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

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

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

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

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