Shades of Mandy #D06268
Tints of Mandy #D06268
RGB
CMYK
RGB Variations
Color information
#D06268 (or 0xD06268) is known color: Mandy. HEX triplet: D0, 62 and 68. RGB value is (208,98,104). Sum of RGB (Red+Green+Blue) = 208+98+104=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D06268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06268 is #2F9D97. Grayscale: #838383. Windows color (decimal): -3120536 or 6841040. OLE color: 6841040.
HSL color Cylindrical-coordinate representation of color #D06268: hue angle of 356.73º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06268 is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 104 | - |
| CMYK | 0 | 0.53 | 0.5 | 0.18 |
| HSL | 356.73º | 0.54% | 0.6% | - |
| HSV(B) | 356.73º | 0.53% | 0.82% | - |
| XYZ | 32.88 | 23.14 | 15.83 | - |
| YUV | 131.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 104 | 0 | 0.53 | 0.5 | 0.18 | 356.73 | 0.54 | 0.6 |
| Hex | D0 | 62 | 68 | 0 | 35 | 32 | 12 | 165 | 36 | 3C |
| Octal | 320 | 142 | 150 | 0 | 65 | 62 | 22 | 545 | 66 | 74 |
| Binary | 11010000 | 1100010 | 1101000 | 0 | 110101 | 110010 | 10010 | 101100101 | 110110 | 111100 |
Color Harmonies of #D06268
Complementary color
Monochromatic Colors of #D06268
Black with #D06268
Text Example
Text Example
White with #D06268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06268; }
p { color: rgb(208,98,104); }
H1.HeaderClassName
{
color: #D06268;
}
.AnyTagClassName
{
color: #D06268;
}
</style>
background-color css
<style>
a { background-color: #D06268; }
a { background-color: rgb(208,98,104); }
div.DivClassName
{
background-color: #D06268;
}
.BgClassName
{
background-color: #D06268;
}
</style>
border-color css
<style>
span { border-color: #D06268; }
span { border-color: rgb(208,98,104); }
td.TdClassName
{
border-color: #D06268;
}
.TagClassName
{
border-color: #D06268;
}
</style>