Shades of Mandy #D24053
Tints of Mandy #D24053
RGB
CMYK
RGB Variations
Color information
#D24053 (or 0xD24053) is known color: Mandy. HEX triplet: D2, 40 and 53. RGB value is (210,64,83). Sum of RGB (Red+Green+Blue) = 210+64+83=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D24053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24053 is #2DBFAC. Grayscale: #6D6D6D. Windows color (decimal): -2998189 or 5456082. OLE color: 5456082.
HSL color Cylindrical-coordinate representation of color #D24053: hue angle of 352.19º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24053 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 83 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.18 |
| HSL | 352.19º | 0.62% | 0.54% | - |
| HSV(B) | 352.19º | 0.7% | 0.82% | - |
| XYZ | 29.97 | 17.99 | 10.08 | - |
| YUV | 109.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 83 | 0 | 0.70 | 0.60 | 0.18 | 352.19 | 0.62 | 0.54 |
| Hex | D2 | 40 | 53 | 0 | 46 | 3C | 12 | 160 | 3E | 36 |
| Octal | 322 | 100 | 123 | 0 | 106 | 74 | 22 | 540 | 76 | 66 |
| Binary | 11010010 | 1000000 | 1010011 | 0 | 1000110 | 111100 | 10010 | 101100000 | 111110 | 110110 |
Color Harmonies of #D24053
Complementary color
Monochromatic Colors of #D24053
Black with #D24053
Text Example
Text Example
White with #D24053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24053; }
p { color: rgb(210,64,83); }
H1.HeaderClassName
{
color: #D24053;
}
.AnyTagClassName
{
color: #D24053;
}
</style>
background-color css
<style>
a { background-color: #D24053; }
a { background-color: rgb(210,64,83); }
div.DivClassName
{
background-color: #D24053;
}
.BgClassName
{
background-color: #D24053;
}
</style>
border-color css
<style>
span { border-color: #D24053; }
span { border-color: rgb(210,64,83); }
td.TdClassName
{
border-color: #D24053;
}
.TagClassName
{
border-color: #D24053;
}
</style>