Shades of Mandy #D44255
Tints of Mandy #D44255
RGB
CMYK
RGB Variations
Color information
#D44255 (or 0xD44255) is known color: 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
| RGB | 212 | 66 | 85 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.17 |
| HSL | 352.19º | 0.63% | 0.55% | - |
| HSV(B) | 352.19º | 0.69% | 0.83% | - |
| XYZ | 30.74 | 18.55 | 10.55 | - |
| YUV | 111.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 85 | 0 | 0.69 | 0.60 | 0.17 | 352.19 | 0.63 | 0.55 |
| Hex | D4 | 42 | 55 | 0 | 45 | 3C | 11 | 160 | 3F | 37 |
| Octal | 324 | 102 | 125 | 0 | 105 | 74 | 21 | 540 | 77 | 67 |
| Binary | 11010100 | 1000010 | 1010101 | 0 | 1000101 | 111100 | 10001 | 101100000 | 111111 | 110111 |
Color Harmonies of #D44255
Complementary color
Monochromatic Colors of #D44255
Black with #D44255
Text Example
Text Example
White with #D44255
Text Example
Text Example
HTML Codes & Css Web 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>