Shades of Mandy #D06168
Tints of Mandy #D06168
RGB
CMYK
RGB Variations
Color information
#D06168 (or 0xD06168) is known color: Mandy. HEX triplet: D0, 61 and 68. RGB value is (208,97,104). Sum of RGB (Red+Green+Blue) = 208+97+104=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D06168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06168 is #2F9E97. Grayscale: #838383. Windows color (decimal): -3120792 or 6840784. OLE color: 6840784.
HSL color Cylindrical-coordinate representation of color #D06168: hue angle of 356.22º 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 #D06168 is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 104 | - |
| CMYK | 0 | 0.53 | 0.5 | 0.18 |
| HSL | 356.22º | 0.54% | 0.6% | - |
| HSV(B) | 356.22º | 0.53% | 0.82% | - |
| XYZ | 32.79 | 22.96 | 15.8 | - |
| YUV | 130.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 104 | 0 | 0.53 | 0.5 | 0.18 | 356.22 | 0.54 | 0.6 |
| Hex | D0 | 61 | 68 | 0 | 35 | 32 | 12 | 164 | 36 | 3C |
| Octal | 320 | 141 | 150 | 0 | 65 | 62 | 22 | 544 | 66 | 74 |
| Binary | 11010000 | 1100001 | 1101000 | 0 | 110101 | 110010 | 10010 | 101100100 | 110110 | 111100 |
Color Harmonies of #D06168
Complementary color
Monochromatic Colors of #D06168
Black with #D06168
Text Example
Text Example
White with #D06168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06168; }
p { color: rgb(208,97,104); }
H1.HeaderClassName
{
color: #D06168;
}
.AnyTagClassName
{
color: #D06168;
}
</style>
background-color css
<style>
a { background-color: #D06168; }
a { background-color: rgb(208,97,104); }
div.DivClassName
{
background-color: #D06168;
}
.BgClassName
{
background-color: #D06168;
}
</style>
border-color css
<style>
span { border-color: #D06168; }
span { border-color: rgb(208,97,104); }
td.TdClassName
{
border-color: #D06168;
}
.TagClassName
{
border-color: #D06168;
}
</style>