Shades of Mandy #D06367
Tints of Mandy #D06367
RGB
CMYK
RGB Variations
Color information
#D06367 (or 0xD06367) is known color: Mandy. HEX triplet: D0, 63 and 67. RGB value is (208,99,103). Sum of RGB (Red+Green+Blue) = 208+99+103=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D06367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06367 is #2F9C98. Grayscale: #848484. Windows color (decimal): -3120281 or 6775760. OLE color: 6775760.
HSL color Cylindrical-coordinate representation of color #D06367: hue angle of 357.8º 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 #D06367 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 103 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.18 |
| HSL | 357.8º | 0.54% | 0.6% | - |
| HSV(B) | 357.8º | 0.52% | 0.82% | - |
| XYZ | 32.92 | 23.31 | 15.6 | - |
| YUV | 132.05 | 111.61 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 103 | 0 | 0.52 | 0.50 | 0.18 | 357.8 | 0.54 | 0.6 |
| Hex | D0 | 63 | 67 | 0 | 34 | 32 | 12 | 166 | 36 | 3C |
| Octal | 320 | 143 | 147 | 0 | 64 | 62 | 22 | 546 | 66 | 74 |
| Binary | 11010000 | 1100011 | 1100111 | 0 | 110100 | 110010 | 10010 | 101100110 | 110110 | 111100 |
Color Harmonies of #D06367
Complementary color
Monochromatic Colors of #D06367
Black with #D06367
Text Example
Text Example
White with #D06367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06367; }
p { color: rgb(208,99,103); }
H1.HeaderClassName
{
color: #D06367;
}
.AnyTagClassName
{
color: #D06367;
}
</style>
background-color css
<style>
a { background-color: #D06367; }
a { background-color: rgb(208,99,103); }
div.DivClassName
{
background-color: #D06367;
}
.BgClassName
{
background-color: #D06367;
}
</style>
border-color css
<style>
span { border-color: #D06367; }
span { border-color: rgb(208,99,103); }
td.TdClassName
{
border-color: #D06367;
}
.TagClassName
{
border-color: #D06367;
}
</style>