Shades of Mandy #D05F66
Tints of Mandy #D05F66
RGB
CMYK
RGB Variations
Color information
#D05F66 (or 0xD05F66) is known color: Mandy. HEX triplet: D0, 5F and 66. RGB value is (208,95,102). Sum of RGB (Red+Green+Blue) = 208+95+102=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F66 is #2FA099. Grayscale: #818181. Windows color (decimal): -3121306 or 6709200. OLE color: 6709200.
HSL color Cylindrical-coordinate representation of color #D05F66: hue angle of 356.28º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05F66 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 102 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.18 |
| HSL | 356.28º | 0.55% | 0.59% | - |
| HSV(B) | 356.28º | 0.54% | 0.82% | - |
| XYZ | 32.5 | 22.55 | 15.21 | - |
| YUV | 129.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 102 | 0 | 0.54 | 0.51 | 0.18 | 356.28 | 0.55 | 0.59 |
| Hex | D0 | 5F | 66 | 0 | 36 | 33 | 12 | 164 | 37 | 3B |
| Octal | 320 | 137 | 146 | 0 | 66 | 63 | 22 | 544 | 67 | 73 |
| Binary | 11010000 | 1011111 | 1100110 | 0 | 110110 | 110011 | 10010 | 101100100 | 110111 | 111011 |
Color Harmonies of #D05F66
Complementary color
Monochromatic Colors of #D05F66
Black with #D05F66
Text Example
Text Example
White with #D05F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05F66; }
p { color: rgb(208,95,102); }
H1.HeaderClassName
{
color: #D05F66;
}
.AnyTagClassName
{
color: #D05F66;
}
</style>
background-color css
<style>
a { background-color: #D05F66; }
a { background-color: rgb(208,95,102); }
div.DivClassName
{
background-color: #D05F66;
}
.BgClassName
{
background-color: #D05F66;
}
</style>
border-color css
<style>
span { border-color: #D05F66; }
span { border-color: rgb(208,95,102); }
td.TdClassName
{
border-color: #D05F66;
}
.TagClassName
{
border-color: #D05F66;
}
</style>