Shades of Mandy #D2425B
Tints of Mandy #D2425B
RGB
CMYK
RGB Variations
Color information
#D2425B (or 0xD2425B) is known color: Mandy. HEX triplet: D2, 42 and 5B. RGB value is (210,66,91). Sum of RGB (Red+Green+Blue) = 210+66+91=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2425B is #2DBDA4. Grayscale: #6F6F6F. Windows color (decimal): -2997669 or 5980882. OLE color: 5980882.
HSL color Cylindrical-coordinate representation of color #D2425B: hue angle of 349.58º 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 #D2425B is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 91 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.18 |
| HSL | 349.58º | 0.62% | 0.54% | - |
| HSV(B) | 349.58º | 0.69% | 0.82% | - |
| XYZ | 30.41 | 18.35 | 11.84 | - |
| YUV | 111.91 | 116.21 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 91 | 0 | 0.69 | 0.57 | 0.18 | 349.58 | 0.62 | 0.54 |
| Hex | D2 | 42 | 5B | 0 | 45 | 39 | 12 | 15E | 3E | 36 |
| Octal | 322 | 102 | 133 | 0 | 105 | 71 | 22 | 536 | 76 | 66 |
| Binary | 11010010 | 1000010 | 1011011 | 0 | 1000101 | 111001 | 10010 | 101011110 | 111110 | 110110 |
Color Harmonies of #D2425B
Complementary color
Monochromatic Colors of #D2425B
Black with #D2425B
Text Example
Text Example
White with #D2425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2425B; }
p { color: rgb(210,66,91); }
H1.HeaderClassName
{
color: #D2425B;
}
.AnyTagClassName
{
color: #D2425B;
}
</style>
background-color css
<style>
a { background-color: #D2425B; }
a { background-color: rgb(210,66,91); }
div.DivClassName
{
background-color: #D2425B;
}
.BgClassName
{
background-color: #D2425B;
}
</style>
border-color css
<style>
span { border-color: #D2425B; }
span { border-color: rgb(210,66,91); }
td.TdClassName
{
border-color: #D2425B;
}
.TagClassName
{
border-color: #D2425B;
}
</style>