#DB555F

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

Shades of Mandy #DB555F

Tints of Mandy #DB555F

Color information

#DB555F (or 0xDB555F) is unknown color: approx Mandy. HEX triplet: DB, 55 and 5F. RGB value is (219,85,95). Sum of RGB (Red+Green+Blue) = 219+85+95=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB555F is #24AAA0. Grayscale: #7E7E7E. Windows color (decimal): -2402977 or 6247899. OLE color: 6247899.

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

Color convert

RGB2198595-
CMYK00.610.570.14
HSL355.52º65.05%59.61%-
HSV(B)355.52º61.19%85.88%-
XYZ34.5322.3813.33-
YUV126.21110.39194.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.89%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=54.89%
G=21.30%
B=23.81%

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
Decimal219859500.610.570.14355.5265.0559.61
HexDB555F03D39E164413c
Octal333125137075711654410174
Binary1101101110101011011111011110111100111101011001001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB555F; }

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

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

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

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

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

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

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

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