Shades of Mandy #D25052
Tints of Mandy #D25052
RGB
CMYK
RGB Variations
Color information
#D25052 (or 0xD25052) is known color: Mandy. HEX triplet: D2, 50 and 52. RGB value is (210,80,82). Sum of RGB (Red+Green+Blue) = 210+80+82=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D25052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25052 is #2DAFAD. Grayscale: #777777. Windows color (decimal): -2994094 or 5394642. OLE color: 5394642.
HSL color Cylindrical-coordinate representation of color #D25052: hue angle of 359.08º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25052 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 82 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.18 |
| HSL | 359.08º | 0.59% | 0.57% | - |
| HSV(B) | 359.08º | 0.62% | 0.82% | - |
| XYZ | 30.97 | 20.05 | 10.22 | - |
| YUV | 119.1 | 107.07 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 82 | 0 | 0.62 | 0.61 | 0.18 | 359.08 | 0.59 | 0.57 |
| Hex | D2 | 50 | 52 | 0 | 3E | 3D | 12 | 167 | 3B | 39 |
| Octal | 322 | 120 | 122 | 0 | 76 | 75 | 22 | 547 | 73 | 71 |
| Binary | 11010010 | 1010000 | 1010010 | 0 | 111110 | 111101 | 10010 | 101100111 | 111011 | 111001 |
Color Harmonies of #D25052
Complementary color
Monochromatic Colors of #D25052
Black with #D25052
Text Example
Text Example
White with #D25052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25052; }
p { color: rgb(210,80,82); }
H1.HeaderClassName
{
color: #D25052;
}
.AnyTagClassName
{
color: #D25052;
}
</style>
background-color css
<style>
a { background-color: #D25052; }
a { background-color: rgb(210,80,82); }
div.DivClassName
{
background-color: #D25052;
}
.BgClassName
{
background-color: #D25052;
}
</style>
border-color css
<style>
span { border-color: #D25052; }
span { border-color: rgb(210,80,82); }
td.TdClassName
{
border-color: #D25052;
}
.TagClassName
{
border-color: #D25052;
}
</style>