Shades of Mandy #D24151
Tints of Mandy #D24151
RGB
CMYK
RGB Variations
Color information
#D24151 (or 0xD24151) is known color: Mandy. HEX triplet: D2, 41 and 51. RGB value is (210,65,81). Sum of RGB (Red+Green+Blue) = 210+65+81=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D24151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24151 is #2DBEAE. Grayscale: #6E6E6E. Windows color (decimal): -2997935 or 5325266. OLE color: 5325266.
HSL color Cylindrical-coordinate representation of color #D24151: hue angle of 353.38º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24151 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 81 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.18 |
| HSL | 353.38º | 0.62% | 0.54% | - |
| HSV(B) | 353.38º | 0.69% | 0.82% | - |
| XYZ | 29.95 | 18.08 | 9.69 | - |
| YUV | 110.18 | 111.54 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 81 | 0 | 0.69 | 0.61 | 0.18 | 353.38 | 0.62 | 0.54 |
| Hex | D2 | 41 | 51 | 0 | 45 | 3D | 12 | 161 | 3E | 36 |
| Octal | 322 | 101 | 121 | 0 | 105 | 75 | 22 | 541 | 76 | 66 |
| Binary | 11010010 | 1000001 | 1010001 | 0 | 1000101 | 111101 | 10010 | 101100001 | 111110 | 110110 |
Color Harmonies of #D24151
Complementary color
Monochromatic Colors of #D24151
Black with #D24151
Text Example
Text Example
White with #D24151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24151; }
p { color: rgb(210,65,81); }
H1.HeaderClassName
{
color: #D24151;
}
.AnyTagClassName
{
color: #D24151;
}
</style>
background-color css
<style>
a { background-color: #D24151; }
a { background-color: rgb(210,65,81); }
div.DivClassName
{
background-color: #D24151;
}
.BgClassName
{
background-color: #D24151;
}
</style>
border-color css
<style>
span { border-color: #D24151; }
span { border-color: rgb(210,65,81); }
td.TdClassName
{
border-color: #D24151;
}
.TagClassName
{
border-color: #D24151;
}
</style>