Shades of Mandy #D24B5A
Tints of Mandy #D24B5A
RGB
CMYK
RGB Variations
Color information
#D24B5A (or 0xD24B5A) is known color: Mandy. HEX triplet: D2, 4B and 5A. RGB value is (210,75,90). Sum of RGB (Red+Green+Blue) = 210+75+90=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24B5A is #2DB4A5. Grayscale: #757575. Windows color (decimal): -2995366 or 5917650. OLE color: 5917650.
HSL color Cylindrical-coordinate representation of color #D24B5A: hue angle of 353.33º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24B5A is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 90 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.18 |
| HSL | 353.33º | 0.6% | 0.56% | - |
| HSV(B) | 353.33º | 0.64% | 0.82% | - |
| XYZ | 30.94 | 19.47 | 11.8 | - |
| YUV | 117.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 90 | 0 | 0.64 | 0.57 | 0.18 | 353.33 | 0.6 | 0.56 |
| Hex | D2 | 4B | 5A | 0 | 40 | 39 | 12 | 161 | 3C | 38 |
| Octal | 322 | 113 | 132 | 0 | 100 | 71 | 22 | 541 | 74 | 70 |
| Binary | 11010010 | 1001011 | 1011010 | 0 | 1000000 | 111001 | 10010 | 101100001 | 111100 | 111000 |
Color Harmonies of #D24B5A
Complementary color
Monochromatic Colors of #D24B5A
Black with #D24B5A
Text Example
Text Example
White with #D24B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24B5A; }
p { color: rgb(210,75,90); }
H1.HeaderClassName
{
color: #D24B5A;
}
.AnyTagClassName
{
color: #D24B5A;
}
</style>
background-color css
<style>
a { background-color: #D24B5A; }
a { background-color: rgb(210,75,90); }
div.DivClassName
{
background-color: #D24B5A;
}
.BgClassName
{
background-color: #D24B5A;
}
</style>
border-color css
<style>
span { border-color: #D24B5A; }
span { border-color: rgb(210,75,90); }
td.TdClassName
{
border-color: #D24B5A;
}
.TagClassName
{
border-color: #D24B5A;
}
</style>