Shades of Mandy #D0455F
Tints of Mandy #D0455F
RGB
CMYK
RGB Variations
Color information
#D0455F (or 0xD0455F) is known color: Mandy. HEX triplet: D0, 45 and 5F. RGB value is (208,69,95). Sum of RGB (Red+Green+Blue) = 208+69+95=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0455F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0455F is #2FBAA0. Grayscale: #717171. Windows color (decimal): -3127969 or 6243792. OLE color: 6243792.
HSL color Cylindrical-coordinate representation of color #D0455F: hue angle of 348.78º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0455F is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 95 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.18 |
| HSL | 348.78º | 0.6% | 0.54% | - |
| HSV(B) | 348.78º | 0.67% | 0.82% | - |
| XYZ | 30.21 | 18.49 | 12.8 | - |
| YUV | 113.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 95 | 0 | 0.67 | 0.54 | 0.18 | 348.78 | 0.6 | 0.54 |
| Hex | D0 | 45 | 5F | 0 | 43 | 36 | 12 | 15D | 3C | 36 |
| Octal | 320 | 105 | 137 | 0 | 103 | 66 | 22 | 535 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1011111 | 0 | 1000011 | 110110 | 10010 | 101011101 | 111100 | 110110 |
Color Harmonies of #D0455F
Complementary color
Monochromatic Colors of #D0455F
Black with #D0455F
Text Example
Text Example
White with #D0455F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0455F; }
p { color: rgb(208,69,95); }
H1.HeaderClassName
{
color: #D0455F;
}
.AnyTagClassName
{
color: #D0455F;
}
</style>
background-color css
<style>
a { background-color: #D0455F; }
a { background-color: rgb(208,69,95); }
div.DivClassName
{
background-color: #D0455F;
}
.BgClassName
{
background-color: #D0455F;
}
</style>
border-color css
<style>
span { border-color: #D0455F; }
span { border-color: rgb(208,69,95); }
td.TdClassName
{
border-color: #D0455F;
}
.TagClassName
{
border-color: #D0455F;
}
</style>