#D44255

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

Shades of Mandy #D44255

Tints of Mandy #D44255

Color information

#D44255 (or 0xD44255) is unknown color: approx Mandy. HEX triplet: D4, 42 and 55. RGB value is (212,66,85). Sum of RGB (Red+Green+Blue) = 212+66+85=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D44255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44255 is #2BBDAA. Grayscale: #6F6F6F. Windows color (decimal): -2866603 or 5587668. OLE color: 5587668.

HSL color Cylindrical-coordinate representation of color #D44255: hue angle of 352.19º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D44255 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB2126685-
CMYK00.690.600.17
HSL352.19º62.93%54.51%-
HSV(B)352.19º68.87%83.14%-
XYZ30.7418.5510.55-
YUV111.82112.87199.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.40%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 85 (33.59% from 255) = 23.42%
R=58.40%
G=18.18%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212668500.690.600.17352.1962.9354.51
HexD442550453C111603f37
Octal324102125010574215407767
Binary11010100100001010101010100010111110010001101100000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44255; }

 p { color: rgb(212,66,85); }

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

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

 a { background-color: rgb(212,66,85); }

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

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

 span { border-color: rgb(212,66,85); }

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