Shades of Mandy #D24152
Tints of Mandy #D24152
RGB
CMYK
RGB Variations
Color information
#D24152 (or 0xD24152) is known color: Mandy. HEX triplet: D2, 41 and 52. RGB value is (210,65,82). Sum of RGB (Red+Green+Blue) = 210+65+82=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D24152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24152 is #2DBEAD. Grayscale: #6E6E6E. Windows color (decimal): -2997934 or 5390802. OLE color: 5390802.
HSL color Cylindrical-coordinate representation of color #D24152: hue angle of 352.97º 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 #D24152 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 82 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.18 |
| HSL | 352.97º | 0.62% | 0.54% | - |
| HSV(B) | 352.97º | 0.69% | 0.82% | - |
| XYZ | 29.99 | 18.09 | 9.89 | - |
| YUV | 110.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 82 | 0 | 0.69 | 0.61 | 0.18 | 352.97 | 0.62 | 0.54 |
| Hex | D2 | 41 | 52 | 0 | 45 | 3D | 12 | 161 | 3E | 36 |
| Octal | 322 | 101 | 122 | 0 | 105 | 75 | 22 | 541 | 76 | 66 |
| Binary | 11010010 | 1000001 | 1010010 | 0 | 1000101 | 111101 | 10010 | 101100001 | 111110 | 110110 |
Color Harmonies of #D24152
Complementary color
Monochromatic Colors of #D24152
Black with #D24152
Text Example
Text Example
White with #D24152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24152; }
p { color: rgb(210,65,82); }
H1.HeaderClassName
{
color: #D24152;
}
.AnyTagClassName
{
color: #D24152;
}
</style>
background-color css
<style>
a { background-color: #D24152; }
a { background-color: rgb(210,65,82); }
div.DivClassName
{
background-color: #D24152;
}
.BgClassName
{
background-color: #D24152;
}
</style>
border-color css
<style>
span { border-color: #D24152; }
span { border-color: rgb(210,65,82); }
td.TdClassName
{
border-color: #D24152;
}
.TagClassName
{
border-color: #D24152;
}
</style>