Shades of Mandy #D2425F
Tints of Mandy #D2425F
RGB
CMYK
RGB Variations
Color information
#D2425F (or 0xD2425F) is known color: Mandy. HEX triplet: D2, 42 and 5F. RGB value is (210,66,95). Sum of RGB (Red+Green+Blue) = 210+66+95=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2425F is #2DBDA0. Grayscale: #707070. Windows color (decimal): -2997665 or 6243026. OLE color: 6243026.
HSL color Cylindrical-coordinate representation of color #D2425F: hue angle of 347.92º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2425F is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 95 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.18 |
| HSL | 347.92º | 0.62% | 0.54% | - |
| HSV(B) | 347.92º | 0.69% | 0.82% | - |
| XYZ | 30.59 | 18.42 | 12.77 | - |
| YUV | 112.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 95 | 0 | 0.69 | 0.55 | 0.18 | 347.92 | 0.62 | 0.54 |
| Hex | D2 | 42 | 5F | 0 | 45 | 37 | 12 | 15C | 3E | 36 |
| Octal | 322 | 102 | 137 | 0 | 105 | 67 | 22 | 534 | 76 | 66 |
| Binary | 11010010 | 1000010 | 1011111 | 0 | 1000101 | 110111 | 10010 | 101011100 | 111110 | 110110 |
Color Harmonies of #D2425F
Complementary color
Monochromatic Colors of #D2425F
Black with #D2425F
Text Example
Text Example
White with #D2425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2425F; }
p { color: rgb(210,66,95); }
H1.HeaderClassName
{
color: #D2425F;
}
.AnyTagClassName
{
color: #D2425F;
}
</style>
background-color css
<style>
a { background-color: #D2425F; }
a { background-color: rgb(210,66,95); }
div.DivClassName
{
background-color: #D2425F;
}
.BgClassName
{
background-color: #D2425F;
}
</style>
border-color css
<style>
span { border-color: #D2425F; }
span { border-color: rgb(210,66,95); }
td.TdClassName
{
border-color: #D2425F;
}
.TagClassName
{
border-color: #D2425F;
}
</style>