#db555e

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

Shades of Mandy #DB555E

Tints of Mandy #DB555E

Color information

#DB555E (or 0xDB555E) is unknown color: approx Mandy. HEX triplet: DB, 55 and 5E. RGB value is (219,85,94). Sum of RGB (Red+Green+Blue) = 219+85+94=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB555E is #24AAA1. Grayscale: #7E7E7E. Windows color (decimal): -2402978 or 6182363. OLE color: 6182363.

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

Color convert

RGB2198594-
CMYK00.610.570.14
HSL355.97º65.05%59.61%-
HSV(B)355.97º61.19%85.88%-
XYZ34.4822.3713.09-
YUV126.09109.89194.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.03%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 94 (37.11% from 255) = 23.62%
R=55.03%
G=21.36%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219859400.610.570.14355.9765.0559.61
HexDB555E03D39E164413c
Octal333125136075711654410174
Binary1101101110101011011110011110111100111101011001001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db555e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db555e; }

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

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

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

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

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

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

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

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