Shades of Mandy #D1425B
Tints of Mandy #D1425B
RGB
CMYK
RGB Variations
Color information
#D1425B (or 0xD1425B) is known color: Mandy. HEX triplet: D1, 42 and 5B. RGB value is (209,66,91). Sum of RGB (Red+Green+Blue) = 209+66+91=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1425B is #2EBDA4. Grayscale: #6F6F6F. Windows color (decimal): -3063205 or 5980881. OLE color: 5980881.
HSL color Cylindrical-coordinate representation of color #D1425B: hue angle of 349.51º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1425B is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 91 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.18 |
| HSL | 349.51º | 0.61% | 0.54% | - |
| HSV(B) | 349.51º | 0.68% | 0.82% | - |
| XYZ | 30.13 | 18.21 | 11.82 | - |
| YUV | 111.61 | 116.38 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 91 | 0 | 0.68 | 0.56 | 0.18 | 349.51 | 0.61 | 0.54 |
| Hex | D1 | 42 | 5B | 0 | 44 | 38 | 12 | 15E | 3D | 36 |
| Octal | 321 | 102 | 133 | 0 | 104 | 70 | 22 | 536 | 75 | 66 |
| Binary | 11010001 | 1000010 | 1011011 | 0 | 1000100 | 111000 | 10010 | 101011110 | 111101 | 110110 |
Color Harmonies of #D1425B
Complementary color
Monochromatic Colors of #D1425B
Black with #D1425B
Text Example
Text Example
White with #D1425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1425B; }
p { color: rgb(209,66,91); }
H1.HeaderClassName
{
color: #D1425B;
}
.AnyTagClassName
{
color: #D1425B;
}
</style>
background-color css
<style>
a { background-color: #D1425B; }
a { background-color: rgb(209,66,91); }
div.DivClassName
{
background-color: #D1425B;
}
.BgClassName
{
background-color: #D1425B;
}
</style>
border-color css
<style>
span { border-color: #D1425B; }
span { border-color: rgb(209,66,91); }
td.TdClassName
{
border-color: #D1425B;
}
.TagClassName
{
border-color: #D1425B;
}
</style>