Shades of Mandy #D06466
Tints of Mandy #D06466
RGB
CMYK
RGB Variations
Color information
#D06466 (or 0xD06466) is known color: Mandy. HEX triplet: D0, 64 and 66. RGB value is (208,100,102). Sum of RGB (Red+Green+Blue) = 208+100+102=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D06466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06466 is #2F9B99. Grayscale: #848484. Windows color (decimal): -3120026 or 6710480. OLE color: 6710480.
HSL color Cylindrical-coordinate representation of color #D06466: hue angle of 358.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06466 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 102 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.18 |
| HSL | 358.89º | 0.53% | 0.6% | - |
| HSV(B) | 358.89º | 0.52% | 0.82% | - |
| XYZ | 32.97 | 23.48 | 15.37 | - |
| YUV | 132.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 102 | 0 | 0.52 | 0.51 | 0.18 | 358.89 | 0.53 | 0.6 |
| Hex | D0 | 64 | 66 | 0 | 34 | 33 | 12 | 167 | 35 | 3C |
| Octal | 320 | 144 | 146 | 0 | 64 | 63 | 22 | 547 | 65 | 74 |
| Binary | 11010000 | 1100100 | 1100110 | 0 | 110100 | 110011 | 10010 | 101100111 | 110101 | 111100 |
Color Harmonies of #D06466
Complementary color
Monochromatic Colors of #D06466
Black with #D06466
Text Example
Text Example
White with #D06466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06466; }
p { color: rgb(208,100,102); }
H1.HeaderClassName
{
color: #D06466;
}
.AnyTagClassName
{
color: #D06466;
}
</style>
background-color css
<style>
a { background-color: #D06466; }
a { background-color: rgb(208,100,102); }
div.DivClassName
{
background-color: #D06466;
}
.BgClassName
{
background-color: #D06466;
}
</style>
border-color css
<style>
span { border-color: #D06466; }
span { border-color: rgb(208,100,102); }
td.TdClassName
{
border-color: #D06466;
}
.TagClassName
{
border-color: #D06466;
}
</style>