Shades of Mandy #D1455C
Tints of Mandy #D1455C
RGB
CMYK
RGB Variations
Color information
#D1455C (or 0xD1455C) is known color: Mandy. HEX triplet: D1, 45 and 5C. RGB value is (209,69,92). Sum of RGB (Red+Green+Blue) = 209+69+92=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1455C is #2EBAA3. Grayscale: #717171. Windows color (decimal): -3062436 or 6047185. OLE color: 6047185.
HSL color Cylindrical-coordinate representation of color #D1455C: hue angle of 350.14º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1455C is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 92 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.18 |
| HSL | 350.14º | 0.6% | 0.55% | - |
| HSV(B) | 350.14º | 0.67% | 0.82% | - |
| XYZ | 30.35 | 18.58 | 12.11 | - |
| YUV | 113.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 92 | 0 | 0.67 | 0.56 | 0.18 | 350.14 | 0.6 | 0.55 |
| Hex | D1 | 45 | 5C | 0 | 43 | 38 | 12 | 15E | 3C | 37 |
| Octal | 321 | 105 | 134 | 0 | 103 | 70 | 22 | 536 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1011100 | 0 | 1000011 | 111000 | 10010 | 101011110 | 111100 | 110111 |
Color Harmonies of #D1455C
Complementary color
Monochromatic Colors of #D1455C
Black with #D1455C
Text Example
Text Example
White with #D1455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1455C; }
p { color: rgb(209,69,92); }
H1.HeaderClassName
{
color: #D1455C;
}
.AnyTagClassName
{
color: #D1455C;
}
</style>
background-color css
<style>
a { background-color: #D1455C; }
a { background-color: rgb(209,69,92); }
div.DivClassName
{
background-color: #D1455C;
}
.BgClassName
{
background-color: #D1455C;
}
</style>
border-color css
<style>
span { border-color: #D1455C; }
span { border-color: rgb(209,69,92); }
td.TdClassName
{
border-color: #D1455C;
}
.TagClassName
{
border-color: #D1455C;
}
</style>