#DB558E

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

Shades of Dark Pink #DB558E

Tints of Dark Pink #DB558E

Color information

#DB558E (or 0xDB558E) is unknown color: approx Dark Pink. HEX triplet: DB, 55 and 8E. RGB value is (219,85,142). Sum of RGB (Red+Green+Blue) = 219+85+142=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB558E is #24AA71. Grayscale: #838383. Windows color (decimal): -2402930 or 9328091. OLE color: 9328091.

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

Color convert

RGB21985142-
CMYK00.610.350.14
HSL334.48º65.05%59.61%-
HSV(B)334.48º61.19%85.88%-
XYZ37.3423.5128.16-
YUV131.56133.89190.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.10%
GREEN value IS 85 (33.59% from 255) = 19.06%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=49.10%
G=19.06%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198514200.610.350.14334.4865.0559.61
HexDB558E03D23E14e413c
Octal333125216075431651610174
Binary11011011101010110001110011110110001111101010011101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB558E; }

 p { color: rgb(219,85,142); }

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

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

 a { background-color: rgb(219,85,142); }

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

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

 span { border-color: rgb(219,85,142); }

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