Shades of Mandy #D85E67
Tints of Mandy #D85E67
RGB
CMYK
RGB Variations
Color information
#D85E67 (or 0xD85E67) is known color: Mandy. HEX triplet: D8, 5E and 67. RGB value is (216,94,103). Sum of RGB (Red+Green+Blue) = 216+94+103=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E67 is #27A198. Grayscale: #838383. Windows color (decimal): -2597273 or 6774488. OLE color: 6774488.
HSL color Cylindrical-coordinate representation of color #D85E67: hue angle of 355.57º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85E67 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 103 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.15 |
| HSL | 355.57º | 0.61% | 0.61% | - |
| HSV(B) | 355.57º | 0.56% | 0.85% | - |
| XYZ | 34.77 | 23.58 | 15.55 | - |
| YUV | 131.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 103 | 0 | 0.56 | 0.52 | 0.15 | 355.57 | 0.61 | 0.61 |
| Hex | D8 | 5E | 67 | 0 | 38 | 34 | F | 164 | 3D | 3D |
| Octal | 330 | 136 | 147 | 0 | 70 | 64 | 17 | 544 | 75 | 75 |
| Binary | 11011000 | 1011110 | 1100111 | 0 | 111000 | 110100 | 1111 | 101100100 | 111101 | 111101 |
Color Harmonies of #D85E67
Complementary color
Monochromatic Colors of #D85E67
Black with #D85E67
Text Example
Text Example
White with #D85E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E67; }
p { color: rgb(216,94,103); }
H1.HeaderClassName
{
color: #D85E67;
}
.AnyTagClassName
{
color: #D85E67;
}
</style>
background-color css
<style>
a { background-color: #D85E67; }
a { background-color: rgb(216,94,103); }
div.DivClassName
{
background-color: #D85E67;
}
.BgClassName
{
background-color: #D85E67;
}
</style>
border-color css
<style>
span { border-color: #D85E67; }
span { border-color: rgb(216,94,103); }
td.TdClassName
{
border-color: #D85E67;
}
.TagClassName
{
border-color: #D85E67;
}
</style>