Shades of Mandy #D2484B
Tints of Mandy #D2484B
RGB
CMYK
RGB Variations
Color information
#D2484B (or 0xD2484B) is known color: Mandy. HEX triplet: D2, 48 and 4B. RGB value is (210,72,75). Sum of RGB (Red+Green+Blue) = 210+72+75=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2484B is #2DB7B4. Grayscale: #717171. Windows color (decimal): -2996149 or 4933842. OLE color: 4933842.
HSL color Cylindrical-coordinate representation of color #D2484B: hue angle of 358.7º 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 #D2484B is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 75 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.18 |
| HSL | 358.7º | 0.61% | 0.55% | - |
| HSV(B) | 358.7º | 0.66% | 0.82% | - |
| XYZ | 30.17 | 18.84 | 8.7 | - |
| YUV | 113.6 | 106.22 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 75 | 0 | 0.66 | 0.64 | 0.18 | 358.7 | 0.61 | 0.55 |
| Hex | D2 | 48 | 4B | 0 | 42 | 40 | 12 | 167 | 3D | 37 |
| Octal | 322 | 110 | 113 | 0 | 102 | 100 | 22 | 547 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1001011 | 0 | 1000010 | 1000000 | 10010 | 101100111 | 111101 | 110111 |
Color Harmonies of #D2484B
Complementary color
Monochromatic Colors of #D2484B
Black with #D2484B
Text Example
Text Example
White with #D2484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2484B; }
p { color: rgb(210,72,75); }
H1.HeaderClassName
{
color: #D2484B;
}
.AnyTagClassName
{
color: #D2484B;
}
</style>
background-color css
<style>
a { background-color: #D2484B; }
a { background-color: rgb(210,72,75); }
div.DivClassName
{
background-color: #D2484B;
}
.BgClassName
{
background-color: #D2484B;
}
</style>
border-color css
<style>
span { border-color: #D2484B; }
span { border-color: rgb(210,72,75); }
td.TdClassName
{
border-color: #D2484B;
}
.TagClassName
{
border-color: #D2484B;
}
</style>