Shades of Mandy #D2425A
Tints of Mandy #D2425A
RGB
CMYK
RGB Variations
Color information
#D2425A (or 0xD2425A) is known color: Mandy. HEX triplet: D2, 42 and 5A. RGB value is (210,66,90). Sum of RGB (Red+Green+Blue) = 210+66+90=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D2425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2425A is #2DBDA5. Grayscale: #6F6F6F. Windows color (decimal): -2997670 or 5915346. OLE color: 5915346.
HSL color Cylindrical-coordinate representation of color #D2425A: hue angle of 350º 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 #D2425A is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 90 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.18 |
| HSL | 350º | 0.62% | 0.54% | - |
| HSV(B) | 350º | 0.69% | 0.82% | - |
| XYZ | 30.37 | 18.34 | 11.61 | - |
| YUV | 111.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 90 | 0 | 0.69 | 0.57 | 0.18 | 350 | 0.62 | 0.54 |
| Hex | D2 | 42 | 5A | 0 | 45 | 39 | 12 | 15E | 3E | 36 |
| Octal | 322 | 102 | 132 | 0 | 105 | 71 | 22 | 536 | 76 | 66 |
| Binary | 11010010 | 1000010 | 1011010 | 0 | 1000101 | 111001 | 10010 | 101011110 | 111110 | 110110 |
Color Harmonies of #D2425A
Complementary color
Monochromatic Colors of #D2425A
Black with #D2425A
Text Example
Text Example
White with #D2425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2425A; }
p { color: rgb(210,66,90); }
H1.HeaderClassName
{
color: #D2425A;
}
.AnyTagClassName
{
color: #D2425A;
}
</style>
background-color css
<style>
a { background-color: #D2425A; }
a { background-color: rgb(210,66,90); }
div.DivClassName
{
background-color: #D2425A;
}
.BgClassName
{
background-color: #D2425A;
}
</style>
border-color css
<style>
span { border-color: #D2425A; }
span { border-color: rgb(210,66,90); }
td.TdClassName
{
border-color: #D2425A;
}
.TagClassName
{
border-color: #D2425A;
}
</style>