Shades of Mandy #D25354
Tints of Mandy #D25354
RGB
CMYK
RGB Variations
Color information
#D25354 (or 0xD25354) is known color: Mandy. HEX triplet: D2, 53 and 54. RGB value is (210,83,84). Sum of RGB (Red+Green+Blue) = 210+83+84=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D25354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25354 is #2DACAB. Grayscale: #797979. Windows color (decimal): -2993324 or 5526482. OLE color: 5526482.
HSL color Cylindrical-coordinate representation of color #D25354: hue angle of 359.53º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25354 is Cyan = 0, Magento = 0.60, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 84 | - |
| CMYK | 0 | 0.60 | 0.6 | 0.18 |
| HSL | 359.53º | 0.59% | 0.57% | - |
| HSV(B) | 359.53º | 0.6% | 0.82% | - |
| XYZ | 31.27 | 20.53 | 10.7 | - |
| YUV | 121.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 84 | 0 | 0.60 | 0.6 | 0.18 | 359.53 | 0.59 | 0.57 |
| Hex | D2 | 53 | 54 | 0 | 3C | 3C | 12 | 168 | 3B | 39 |
| Octal | 322 | 123 | 124 | 0 | 74 | 74 | 22 | 550 | 73 | 71 |
| Binary | 11010010 | 1010011 | 1010100 | 0 | 111100 | 111100 | 10010 | 101101000 | 111011 | 111001 |
Color Harmonies of #D25354
Complementary color
Monochromatic Colors of #D25354
Black with #D25354
Text Example
Text Example
White with #D25354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25354; }
p { color: rgb(210,83,84); }
H1.HeaderClassName
{
color: #D25354;
}
.AnyTagClassName
{
color: #D25354;
}
</style>
background-color css
<style>
a { background-color: #D25354; }
a { background-color: rgb(210,83,84); }
div.DivClassName
{
background-color: #D25354;
}
.BgClassName
{
background-color: #D25354;
}
</style>
border-color css
<style>
span { border-color: #D25354; }
span { border-color: rgb(210,83,84); }
td.TdClassName
{
border-color: #D25354;
}
.TagClassName
{
border-color: #D25354;
}
</style>