Shades of Mandy #D04252
Tints of Mandy #D04252
RGB
CMYK
RGB Variations
Color information
#D04252 (or 0xD04252) is known color: Mandy. HEX triplet: D0, 42 and 52. RGB value is (208,66,82). Sum of RGB (Red+Green+Blue) = 208+66+82=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D04252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04252 is #2FBDAD. Grayscale: #6E6E6E. Windows color (decimal): -3128750 or 5391056. OLE color: 5391056.
HSL color Cylindrical-coordinate representation of color #D04252: hue angle of 353.24º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04252 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 82 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.18 |
| HSL | 353.24º | 0.6% | 0.54% | - |
| HSV(B) | 353.24º | 0.68% | 0.82% | - |
| XYZ | 29.48 | 17.92 | 9.89 | - |
| YUV | 110.28 | 112.04 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 82 | 0 | 0.68 | 0.61 | 0.18 | 353.24 | 0.6 | 0.54 |
| Hex | D0 | 42 | 52 | 0 | 44 | 3D | 12 | 161 | 3C | 36 |
| Octal | 320 | 102 | 122 | 0 | 104 | 75 | 22 | 541 | 74 | 66 |
| Binary | 11010000 | 1000010 | 1010010 | 0 | 1000100 | 111101 | 10010 | 101100001 | 111100 | 110110 |
Color Harmonies of #D04252
Complementary color
Monochromatic Colors of #D04252
Black with #D04252
Text Example
Text Example
White with #D04252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04252; }
p { color: rgb(208,66,82); }
H1.HeaderClassName
{
color: #D04252;
}
.AnyTagClassName
{
color: #D04252;
}
</style>
background-color css
<style>
a { background-color: #D04252; }
a { background-color: rgb(208,66,82); }
div.DivClassName
{
background-color: #D04252;
}
.BgClassName
{
background-color: #D04252;
}
</style>
border-color css
<style>
span { border-color: #D04252; }
span { border-color: rgb(208,66,82); }
td.TdClassName
{
border-color: #D04252;
}
.TagClassName
{
border-color: #D04252;
}
</style>