#D55056

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

Shades of Mandy #D55056

Tints of Mandy #D55056

Color information

#D55056 (or 0xD55056) is unknown color: approx Mandy. HEX triplet: D5, 50 and 56. RGB value is (213,80,86). Sum of RGB (Red+Green+Blue) = 213+80+86=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D55056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55056 is #2AAFA9. Grayscale: #787878. Windows color (decimal): -2797482 or 5656789. OLE color: 5656789.

HSL color Cylindrical-coordinate representation of color #D55056: hue angle of 357.29º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55056 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB2138086-
CMYK00.620.600.16
HSL357.29º61.29%57.45%-
HSV(B)357.29º62.44%83.53%-
XYZ31.9920.5611.09-
YUV120.45108.56194.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.20%
GREEN value IS 80 (31.64% from 255) = 21.11%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=56.20%
G=21.11%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213808600.620.600.16357.2961.2957.45
HexD5505603E3C101653d39
Octal32512012607674205457571
Binary1101010110100001010110011111011110010000101100101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55056; }

 p { color: rgb(213,80,86); }

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

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

 a { background-color: rgb(213,80,86); }

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

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

 span { border-color: rgb(213,80,86); }

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