#DB578A

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

Shades of Dark Pink #DB578A

Tints of Dark Pink #DB578A

Color information

#DB578A (or 0xDB578A) is unknown color: approx Dark Pink. HEX triplet: DB, 57 and 8A. RGB value is (219,87,138). Sum of RGB (Red+Green+Blue) = 219+87+138=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB578A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB578A is #24A875. Grayscale: #848484. Windows color (decimal): -2402422 or 9066459. OLE color: 9066459.

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

Color convert

RGB21987138-
CMYK00.600.370.14
HSL336.82º64.71%60%-
HSV(B)336.82º60.27%85.88%-
XYZ37.2123.7126.66-
YUV132.28131.23189.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.32%
GREEN value IS 87 (34.38% from 255) = 19.59%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=49.32%
G=19.59%
B=31.08%

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
Decimal2198713800.600.370.14336.8264.7160
HexDB578A03C25E151413c
Octal333127212074451652110174
Binary11011011101011110001010011110010010111101010100011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB578A; }

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

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

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

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

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

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

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

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