Shades of Mandy #D1415B
Tints of Mandy #D1415B
RGB
CMYK
RGB Variations
Color information
#D1415B (or 0xD1415B) is known color: Mandy. HEX triplet: D1, 41 and 5B. RGB value is (209,65,91). Sum of RGB (Red+Green+Blue) = 209+65+91=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1415B is #2EBEA4. Grayscale: #6F6F6F. Windows color (decimal): -3063461 or 5980625. OLE color: 5980625.
HSL color Cylindrical-coordinate representation of color #D1415B: hue angle of 349.17º degrees, saturation: 0.61, 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 #D1415B is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 91 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.18 |
| HSL | 349.17º | 0.61% | 0.54% | - |
| HSV(B) | 349.17º | 0.69% | 0.82% | - |
| XYZ | 30.07 | 18.09 | 11.8 | - |
| YUV | 111.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 91 | 0 | 0.69 | 0.56 | 0.18 | 349.17 | 0.61 | 0.54 |
| Hex | D1 | 41 | 5B | 0 | 45 | 38 | 12 | 15D | 3D | 36 |
| Octal | 321 | 101 | 133 | 0 | 105 | 70 | 22 | 535 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1011011 | 0 | 1000101 | 111000 | 10010 | 101011101 | 111101 | 110110 |
Color Harmonies of #D1415B
Complementary color
Monochromatic Colors of #D1415B
Black with #D1415B
Text Example
Text Example
White with #D1415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1415B; }
p { color: rgb(209,65,91); }
H1.HeaderClassName
{
color: #D1415B;
}
.AnyTagClassName
{
color: #D1415B;
}
</style>
background-color css
<style>
a { background-color: #D1415B; }
a { background-color: rgb(209,65,91); }
div.DivClassName
{
background-color: #D1415B;
}
.BgClassName
{
background-color: #D1415B;
}
</style>
border-color css
<style>
span { border-color: #D1415B; }
span { border-color: rgb(209,65,91); }
td.TdClassName
{
border-color: #D1415B;
}
.TagClassName
{
border-color: #D1415B;
}
</style>