Shades of Mandy #D1455D
Tints of Mandy #D1455D
RGB
CMYK
RGB Variations
Color information
#D1455D (or 0xD1455D) is known color: Mandy. HEX triplet: D1, 45 and 5D. RGB value is (209,69,93). Sum of RGB (Red+Green+Blue) = 209+69+93=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1455D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1455D is #2EBAA2. Grayscale: #717171. Windows color (decimal): -3062435 or 6112721. OLE color: 6112721.
HSL color Cylindrical-coordinate representation of color #D1455D: hue angle of 349.71º 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 #D1455D is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 93 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.18 |
| HSL | 349.71º | 0.6% | 0.55% | - |
| HSV(B) | 349.71º | 0.67% | 0.82% | - |
| XYZ | 30.4 | 18.6 | 12.34 | - |
| YUV | 113.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 93 | 0 | 0.67 | 0.56 | 0.18 | 349.71 | 0.6 | 0.55 |
| Hex | D1 | 45 | 5D | 0 | 43 | 38 | 12 | 15E | 3C | 37 |
| Octal | 321 | 105 | 135 | 0 | 103 | 70 | 22 | 536 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1011101 | 0 | 1000011 | 111000 | 10010 | 101011110 | 111100 | 110111 |
Color Harmonies of #D1455D
Complementary color
Monochromatic Colors of #D1455D
Black with #D1455D
Text Example
Text Example
White with #D1455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1455D; }
p { color: rgb(209,69,93); }
H1.HeaderClassName
{
color: #D1455D;
}
.AnyTagClassName
{
color: #D1455D;
}
</style>
background-color css
<style>
a { background-color: #D1455D; }
a { background-color: rgb(209,69,93); }
div.DivClassName
{
background-color: #D1455D;
}
.BgClassName
{
background-color: #D1455D;
}
</style>
border-color css
<style>
span { border-color: #D1455D; }
span { border-color: rgb(209,69,93); }
td.TdClassName
{
border-color: #D1455D;
}
.TagClassName
{
border-color: #D1455D;
}
</style>