#DB4959

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

Shades of Mandy #DB4959

Tints of Mandy #DB4959

Color information

#DB4959 (or 0xDB4959) is unknown color: approx Mandy. HEX triplet: DB, 49 and 59. RGB value is (219,73,89). Sum of RGB (Red+Green+Blue) = 219+73+89=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4959 is #24B6A6. Grayscale: #767676. Windows color (decimal): -2406055 or 5851611. OLE color: 5851611.

HSL color Cylindrical-coordinate representation of color #DB4959: hue angle of 353.42º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4959 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB2197389-
CMYK00.670.590.14
HSL353.42º66.97%57.25%-
HSV(B)353.42º66.67%85.88%-
XYZ33.420.5511.66-
YUV118.48111.37199.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.48%
GREEN value IS 73 (28.91% from 255) = 19.16%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=57.48%
G=19.16%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219738900.670.590.14353.4266.9757.25
HexDB49590433BE1614339
Octal3331111310103731654110371
Binary11011011100100110110010100001111101111101011000011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4959; }

 p { color: rgb(219,73,89); }

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

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

 a { background-color: rgb(219,73,89); }

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

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

 span { border-color: rgb(219,73,89); }

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