Shades of Mandy #D2484D
Tints of Mandy #D2484D
RGB
CMYK
RGB Variations
Color information
#D2484D (or 0xD2484D) is known color: Mandy. HEX triplet: D2, 48 and 4D. RGB value is (210,72,77). Sum of RGB (Red+Green+Blue) = 210+72+77=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D2484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2484D is #2DB7B2. Grayscale: #717171. Windows color (decimal): -2996147 or 5064914. OLE color: 5064914.
HSL color Cylindrical-coordinate representation of color #D2484D: hue angle of 357.83º 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 #D2484D is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 77 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.18 |
| HSL | 357.83º | 0.61% | 0.55% | - |
| HSV(B) | 357.83º | 0.66% | 0.82% | - |
| XYZ | 30.24 | 18.87 | 9.07 | - |
| YUV | 113.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 77 | 0 | 0.66 | 0.63 | 0.18 | 357.83 | 0.61 | 0.55 |
| Hex | D2 | 48 | 4D | 0 | 42 | 3F | 12 | 166 | 3D | 37 |
| Octal | 322 | 110 | 115 | 0 | 102 | 77 | 22 | 546 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1001101 | 0 | 1000010 | 111111 | 10010 | 101100110 | 111101 | 110111 |
Color Harmonies of #D2484D
Complementary color
Monochromatic Colors of #D2484D
Black with #D2484D
Text Example
Text Example
White with #D2484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2484D; }
p { color: rgb(210,72,77); }
H1.HeaderClassName
{
color: #D2484D;
}
.AnyTagClassName
{
color: #D2484D;
}
</style>
background-color css
<style>
a { background-color: #D2484D; }
a { background-color: rgb(210,72,77); }
div.DivClassName
{
background-color: #D2484D;
}
.BgClassName
{
background-color: #D2484D;
}
</style>
border-color css
<style>
span { border-color: #D2484D; }
span { border-color: rgb(210,72,77); }
td.TdClassName
{
border-color: #D2484D;
}
.TagClassName
{
border-color: #D2484D;
}
</style>