Shades of Mandy #D2525C
Tints of Mandy #D2525C
RGB
CMYK
RGB Variations
Color information
#D2525C (or 0xD2525C) is known color: Mandy. HEX triplet: D2, 52 and 5C. RGB value is (210,82,92). Sum of RGB (Red+Green+Blue) = 210+82+92=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D2525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2525C is #2DADA3. Grayscale: #797979. Windows color (decimal): -2993572 or 6050514. OLE color: 6050514.
HSL color Cylindrical-coordinate representation of color #D2525C: hue angle of 355.31º 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 #D2525C is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 92 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.18 |
| HSL | 355.31º | 0.59% | 0.57% | - |
| HSV(B) | 355.31º | 0.61% | 0.82% | - |
| XYZ | 31.53 | 20.51 | 12.42 | - |
| YUV | 121.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 92 | 0 | 0.61 | 0.56 | 0.18 | 355.31 | 0.59 | 0.57 |
| Hex | D2 | 52 | 5C | 0 | 3D | 38 | 12 | 163 | 3B | 39 |
| Octal | 322 | 122 | 134 | 0 | 75 | 70 | 22 | 543 | 73 | 71 |
| Binary | 11010010 | 1010010 | 1011100 | 0 | 111101 | 111000 | 10010 | 101100011 | 111011 | 111001 |
Color Harmonies of #D2525C
Complementary color
Monochromatic Colors of #D2525C
Black with #D2525C
Text Example
Text Example
White with #D2525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2525C; }
p { color: rgb(210,82,92); }
H1.HeaderClassName
{
color: #D2525C;
}
.AnyTagClassName
{
color: #D2525C;
}
</style>
background-color css
<style>
a { background-color: #D2525C; }
a { background-color: rgb(210,82,92); }
div.DivClassName
{
background-color: #D2525C;
}
.BgClassName
{
background-color: #D2525C;
}
</style>
border-color css
<style>
span { border-color: #D2525C; }
span { border-color: rgb(210,82,92); }
td.TdClassName
{
border-color: #D2525C;
}
.TagClassName
{
border-color: #D2525C;
}
</style>