Shades of Mandy #D1415C
Tints of Mandy #D1415C
RGB
CMYK
RGB Variations
Color information
#D1415C (or 0xD1415C) is known color: Mandy. HEX triplet: D1, 41 and 5C. RGB value is (209,65,92). Sum of RGB (Red+Green+Blue) = 209+65+92=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1415C is #2EBEA3. Grayscale: #6F6F6F. Windows color (decimal): -3063460 or 6046161. OLE color: 6046161.
HSL color Cylindrical-coordinate representation of color #D1415C: hue angle of 348.75º 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 #D1415C is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 92 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.18 |
| HSL | 348.75º | 0.61% | 0.54% | - |
| HSV(B) | 348.75º | 0.69% | 0.82% | - |
| XYZ | 30.12 | 18.11 | 12.03 | - |
| YUV | 111.13 | 117.21 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 92 | 0 | 0.69 | 0.56 | 0.18 | 348.75 | 0.61 | 0.54 |
| Hex | D1 | 41 | 5C | 0 | 45 | 38 | 12 | 15D | 3D | 36 |
| Octal | 321 | 101 | 134 | 0 | 105 | 70 | 22 | 535 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1011100 | 0 | 1000101 | 111000 | 10010 | 101011101 | 111101 | 110110 |
Color Harmonies of #D1415C
Complementary color
Monochromatic Colors of #D1415C
Black with #D1415C
Text Example
Text Example
White with #D1415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1415C; }
p { color: rgb(209,65,92); }
H1.HeaderClassName
{
color: #D1415C;
}
.AnyTagClassName
{
color: #D1415C;
}
</style>
background-color css
<style>
a { background-color: #D1415C; }
a { background-color: rgb(209,65,92); }
div.DivClassName
{
background-color: #D1415C;
}
.BgClassName
{
background-color: #D1415C;
}
</style>
border-color css
<style>
span { border-color: #D1415C; }
span { border-color: rgb(209,65,92); }
td.TdClassName
{
border-color: #D1415C;
}
.TagClassName
{
border-color: #D1415C;
}
</style>