Shades of Mandy #D25154
Tints of Mandy #D25154
RGB
CMYK
RGB Variations
Color information
#D25154 (or 0xD25154) is known color: Mandy. HEX triplet: D2, 51 and 54. RGB value is (210,81,84). Sum of RGB (Red+Green+Blue) = 210+81+84=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D25154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25154 is #2DAEAB. Grayscale: #787878. Windows color (decimal): -2993836 or 5525970. OLE color: 5525970.
HSL color Cylindrical-coordinate representation of color #D25154: hue angle of 358.6º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25154 is Cyan = 0, Magento = 0.61, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 84 | - |
| CMYK | 0 | 0.61 | 0.6 | 0.18 |
| HSL | 358.6º | 0.59% | 0.57% | - |
| HSV(B) | 358.6º | 0.61% | 0.82% | - |
| XYZ | 31.12 | 20.23 | 10.65 | - |
| YUV | 119.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 84 | 0 | 0.61 | 0.6 | 0.18 | 358.6 | 0.59 | 0.57 |
| Hex | D2 | 51 | 54 | 0 | 3D | 3C | 12 | 167 | 3B | 39 |
| Octal | 322 | 121 | 124 | 0 | 75 | 74 | 22 | 547 | 73 | 71 |
| Binary | 11010010 | 1010001 | 1010100 | 0 | 111101 | 111100 | 10010 | 101100111 | 111011 | 111001 |
Color Harmonies of #D25154
Complementary color
Monochromatic Colors of #D25154
Black with #D25154
Text Example
Text Example
White with #D25154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25154; }
p { color: rgb(210,81,84); }
H1.HeaderClassName
{
color: #D25154;
}
.AnyTagClassName
{
color: #D25154;
}
</style>
background-color css
<style>
a { background-color: #D25154; }
a { background-color: rgb(210,81,84); }
div.DivClassName
{
background-color: #D25154;
}
.BgClassName
{
background-color: #D25154;
}
</style>
border-color css
<style>
span { border-color: #D25154; }
span { border-color: rgb(210,81,84); }
td.TdClassName
{
border-color: #D25154;
}
.TagClassName
{
border-color: #D25154;
}
</style>