Shades of Mandy #D06064
Tints of Mandy #D06064
RGB
CMYK
RGB Variations
Color information
#D06064 (or 0xD06064) is known color: Mandy. HEX triplet: D0, 60 and 64. RGB value is (208,96,100). Sum of RGB (Red+Green+Blue) = 208+96+100=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D06064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06064 is #2F9F9B. Grayscale: #828282. Windows color (decimal): -3121052 or 6578384. OLE color: 6578384.
HSL color Cylindrical-coordinate representation of color #D06064: hue angle of 357.86º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06064 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 100 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.18 |
| HSL | 357.86º | 0.54% | 0.6% | - |
| HSV(B) | 357.86º | 0.54% | 0.82% | - |
| XYZ | 32.5 | 22.7 | 14.72 | - |
| YUV | 129.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 100 | 0 | 0.54 | 0.52 | 0.18 | 357.86 | 0.54 | 0.6 |
| Hex | D0 | 60 | 64 | 0 | 36 | 34 | 12 | 166 | 36 | 3C |
| Octal | 320 | 140 | 144 | 0 | 66 | 64 | 22 | 546 | 66 | 74 |
| Binary | 11010000 | 1100000 | 1100100 | 0 | 110110 | 110100 | 10010 | 101100110 | 110110 | 111100 |
Color Harmonies of #D06064
Complementary color
Monochromatic Colors of #D06064
Black with #D06064
Text Example
Text Example
White with #D06064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06064; }
p { color: rgb(208,96,100); }
H1.HeaderClassName
{
color: #D06064;
}
.AnyTagClassName
{
color: #D06064;
}
</style>
background-color css
<style>
a { background-color: #D06064; }
a { background-color: rgb(208,96,100); }
div.DivClassName
{
background-color: #D06064;
}
.BgClassName
{
background-color: #D06064;
}
</style>
border-color css
<style>
span { border-color: #D06064; }
span { border-color: rgb(208,96,100); }
td.TdClassName
{
border-color: #D06064;
}
.TagClassName
{
border-color: #D06064;
}
</style>