Shades of Mandy #D8465F
Tints of Mandy #D8465F
RGB
CMYK
RGB Variations
Color information
#D8465F (or 0xD8465F) is known color: Mandy. HEX triplet: D8, 46 and 5F. RGB value is (216,70,95). Sum of RGB (Red+Green+Blue) = 216+70+95=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D8465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8465F is #27B9A0. Grayscale: #747474. Windows color (decimal): -2603425 or 6244056. OLE color: 6244056.
HSL color Cylindrical-coordinate representation of color #D8465F: hue angle of 349.73º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8465F is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 95 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.15 |
| HSL | 349.73º | 0.65% | 0.56% | - |
| HSV(B) | 349.73º | 0.68% | 0.85% | - |
| XYZ | 32.57 | 19.81 | 12.93 | - |
| YUV | 116.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 95 | 0 | 0.68 | 0.56 | 0.15 | 349.73 | 0.65 | 0.56 |
| Hex | D8 | 46 | 5F | 0 | 44 | 38 | F | 15E | 41 | 38 |
| Octal | 330 | 106 | 137 | 0 | 104 | 70 | 17 | 536 | 101 | 70 |
| Binary | 11011000 | 1000110 | 1011111 | 0 | 1000100 | 111000 | 1111 | 101011110 | 1000001 | 111000 |
Color Harmonies of #D8465F
Complementary color
Monochromatic Colors of #D8465F
Black with #D8465F
Text Example
Text Example
White with #D8465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8465F; }
p { color: rgb(216,70,95); }
H1.HeaderClassName
{
color: #D8465F;
}
.AnyTagClassName
{
color: #D8465F;
}
</style>
background-color css
<style>
a { background-color: #D8465F; }
a { background-color: rgb(216,70,95); }
div.DivClassName
{
background-color: #D8465F;
}
.BgClassName
{
background-color: #D8465F;
}
</style>
border-color css
<style>
span { border-color: #D8465F; }
span { border-color: rgb(216,70,95); }
td.TdClassName
{
border-color: #D8465F;
}
.TagClassName
{
border-color: #D8465F;
}
</style>