Shades of Mandy #D06067
Tints of Mandy #D06067
RGB
CMYK
RGB Variations
Color information
#D06067 (or 0xD06067) is known color: Mandy. HEX triplet: D0, 60 and 67. RGB value is (208,96,103). Sum of RGB (Red+Green+Blue) = 208+96+103=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D06067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06067 is #2F9F98. Grayscale: #828282. Windows color (decimal): -3121049 or 6774992. OLE color: 6774992.
HSL color Cylindrical-coordinate representation of color #D06067: hue angle of 356.25º 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 #D06067 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 103 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.18 |
| HSL | 356.25º | 0.54% | 0.6% | - |
| HSV(B) | 356.25º | 0.54% | 0.82% | - |
| XYZ | 32.64 | 22.75 | 15.5 | - |
| YUV | 130.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 103 | 0 | 0.54 | 0.50 | 0.18 | 356.25 | 0.54 | 0.6 |
| Hex | D0 | 60 | 67 | 0 | 36 | 32 | 12 | 164 | 36 | 3C |
| Octal | 320 | 140 | 147 | 0 | 66 | 62 | 22 | 544 | 66 | 74 |
| Binary | 11010000 | 1100000 | 1100111 | 0 | 110110 | 110010 | 10010 | 101100100 | 110110 | 111100 |
Color Harmonies of #D06067
Complementary color
Monochromatic Colors of #D06067
Black with #D06067
Text Example
Text Example
White with #D06067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06067; }
p { color: rgb(208,96,103); }
H1.HeaderClassName
{
color: #D06067;
}
.AnyTagClassName
{
color: #D06067;
}
</style>
background-color css
<style>
a { background-color: #D06067; }
a { background-color: rgb(208,96,103); }
div.DivClassName
{
background-color: #D06067;
}
.BgClassName
{
background-color: #D06067;
}
</style>
border-color css
<style>
span { border-color: #D06067; }
span { border-color: rgb(208,96,103); }
td.TdClassName
{
border-color: #D06067;
}
.TagClassName
{
border-color: #D06067;
}
</style>