Shades of Mandy #D06366
Tints of Mandy #D06366
RGB
CMYK
RGB Variations
Color information
#D06366 (or 0xD06366) is known color: Mandy. HEX triplet: D0, 63 and 66. RGB value is (208,99,102). Sum of RGB (Red+Green+Blue) = 208+99+102=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D06366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06366 is #2F9C99. Grayscale: #848484. Windows color (decimal): -3120282 or 6710224. OLE color: 6710224.
HSL color Cylindrical-coordinate representation of color #D06366: hue angle of 358.35º degrees, saturation: 0.54, 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 #D06366 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 102 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.18 |
| HSL | 358.35º | 0.54% | 0.6% | - |
| HSV(B) | 358.35º | 0.52% | 0.82% | - |
| XYZ | 32.87 | 23.29 | 15.33 | - |
| YUV | 131.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 102 | 0 | 0.52 | 0.51 | 0.18 | 358.35 | 0.54 | 0.6 |
| Hex | D0 | 63 | 66 | 0 | 34 | 33 | 12 | 166 | 36 | 3C |
| Octal | 320 | 143 | 146 | 0 | 64 | 63 | 22 | 546 | 66 | 74 |
| Binary | 11010000 | 1100011 | 1100110 | 0 | 110100 | 110011 | 10010 | 101100110 | 110110 | 111100 |
Color Harmonies of #D06366
Complementary color
Monochromatic Colors of #D06366
Black with #D06366
Text Example
Text Example
White with #D06366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06366; }
p { color: rgb(208,99,102); }
H1.HeaderClassName
{
color: #D06366;
}
.AnyTagClassName
{
color: #D06366;
}
</style>
background-color css
<style>
a { background-color: #D06366; }
a { background-color: rgb(208,99,102); }
div.DivClassName
{
background-color: #D06366;
}
.BgClassName
{
background-color: #D06366;
}
</style>
border-color css
<style>
span { border-color: #D06366; }
span { border-color: rgb(208,99,102); }
td.TdClassName
{
border-color: #D06366;
}
.TagClassName
{
border-color: #D06366;
}
</style>