Shades of Mandy #D2425E
Tints of Mandy #D2425E
RGB
CMYK
RGB Variations
Color information
#D2425E (or 0xD2425E) is known color: Mandy. HEX triplet: D2, 42 and 5E. RGB value is (210,66,94). Sum of RGB (Red+Green+Blue) = 210+66+94=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2425E is #2DBDA1. Grayscale: #707070. Windows color (decimal): -2997666 or 6177490. OLE color: 6177490.
HSL color Cylindrical-coordinate representation of color #D2425E: hue angle of 348.33º 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 #D2425E is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 94 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.18 |
| HSL | 348.33º | 0.62% | 0.54% | - |
| HSV(B) | 348.33º | 0.69% | 0.82% | - |
| XYZ | 30.55 | 18.41 | 12.53 | - |
| YUV | 112.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 94 | 0 | 0.69 | 0.55 | 0.18 | 348.33 | 0.62 | 0.54 |
| Hex | D2 | 42 | 5E | 0 | 45 | 37 | 12 | 15C | 3E | 36 |
| Octal | 322 | 102 | 136 | 0 | 105 | 67 | 22 | 534 | 76 | 66 |
| Binary | 11010010 | 1000010 | 1011110 | 0 | 1000101 | 110111 | 10010 | 101011100 | 111110 | 110110 |
Color Harmonies of #D2425E
Complementary color
Monochromatic Colors of #D2425E
Black with #D2425E
Text Example
Text Example
White with #D2425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2425E; }
p { color: rgb(210,66,94); }
H1.HeaderClassName
{
color: #D2425E;
}
.AnyTagClassName
{
color: #D2425E;
}
</style>
background-color css
<style>
a { background-color: #D2425E; }
a { background-color: rgb(210,66,94); }
div.DivClassName
{
background-color: #D2425E;
}
.BgClassName
{
background-color: #D2425E;
}
</style>
border-color css
<style>
span { border-color: #D2425E; }
span { border-color: rgb(210,66,94); }
td.TdClassName
{
border-color: #D2425E;
}
.TagClassName
{
border-color: #D2425E;
}
</style>