Shades of Mandy #D2484E
Tints of Mandy #D2484E
RGB
CMYK
RGB Variations
Color information
#D2484E (or 0xD2484E) is known color: Mandy. HEX triplet: D2, 48 and 4E. RGB value is (210,72,78). Sum of RGB (Red+Green+Blue) = 210+72+78=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D2484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2484E is #2DB7B1. Grayscale: #727272. Windows color (decimal): -2996146 or 5130450. OLE color: 5130450.
HSL color Cylindrical-coordinate representation of color #D2484E: hue angle of 357.39º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2484E is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 78 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.18 |
| HSL | 357.39º | 0.61% | 0.55% | - |
| HSV(B) | 357.39º | 0.66% | 0.82% | - |
| XYZ | 30.27 | 18.89 | 9.26 | - |
| YUV | 113.95 | 107.72 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 78 | 0 | 0.66 | 0.63 | 0.18 | 357.39 | 0.61 | 0.55 |
| Hex | D2 | 48 | 4E | 0 | 42 | 3F | 12 | 165 | 3D | 37 |
| Octal | 322 | 110 | 116 | 0 | 102 | 77 | 22 | 545 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1001110 | 0 | 1000010 | 111111 | 10010 | 101100101 | 111101 | 110111 |
Color Harmonies of #D2484E
Complementary color
Monochromatic Colors of #D2484E
Black with #D2484E
Text Example
Text Example
White with #D2484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2484E; }
p { color: rgb(210,72,78); }
H1.HeaderClassName
{
color: #D2484E;
}
.AnyTagClassName
{
color: #D2484E;
}
</style>
background-color css
<style>
a { background-color: #D2484E; }
a { background-color: rgb(210,72,78); }
div.DivClassName
{
background-color: #D2484E;
}
.BgClassName
{
background-color: #D2484E;
}
</style>
border-color css
<style>
span { border-color: #D2484E; }
span { border-color: rgb(210,72,78); }
td.TdClassName
{
border-color: #D2484E;
}
.TagClassName
{
border-color: #D2484E;
}
</style>