#DB558B

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

Shades of Dark Pink #DB558B

Tints of Dark Pink #DB558B

Color information

#DB558B (or 0xDB558B) is unknown color: approx Dark Pink. HEX triplet: DB, 55 and 8B. RGB value is (219,85,139). Sum of RGB (Red+Green+Blue) = 219+85+139=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB558B is #24AA74. Grayscale: #838383. Windows color (decimal): -2402933 or 9131483. OLE color: 9131483.

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

Color convert

RGB21985139-
CMYK00.610.370.14
HSL335.82º65.05%59.61%-
HSV(B)335.82º61.19%85.88%-
XYZ37.1223.4226.99-
YUV131.22132.39190.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.44%
GREEN value IS 85 (33.59% from 255) = 19.19%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=49.44%
G=19.19%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198513900.610.370.14335.8265.0559.61
HexDB558B03D25E150413c
Octal333125213075451652010174
Binary11011011101010110001011011110110010111101010100001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB558B; }

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

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

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

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

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

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

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

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