Shades of Charm #D06F8C
Tints of Charm #D06F8C
RGB
CMYK
RGB Variations
Color information
#D06F8C (or 0xD06F8C) is known color: Charm. HEX triplet: D0, 6F and 8C. RGB value is (208,111,140). Sum of RGB (Red+Green+Blue) = 208+111+140=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F8C is #2F9073. Grayscale: #8F8F8F. Windows color (decimal): -3117172 or 9203664. OLE color: 9203664.
HSL color Cylindrical-coordinate representation of color #D06F8C: hue angle of 342.06º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06F8C is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 140 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.18 |
| HSL | 342.06º | 0.51% | 0.63% | - |
| HSV(B) | 342.06º | 0.47% | 0.82% | - |
| XYZ | 36.43 | 26.67 | 28.04 | - |
| YUV | 143.31 | 126.14 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 140 | 0 | 0.47 | 0.33 | 0.18 | 342.06 | 0.51 | 0.63 |
| Hex | D0 | 6F | 8C | 0 | 2F | 21 | 12 | 156 | 33 | 3F |
| Octal | 320 | 157 | 214 | 0 | 57 | 41 | 22 | 526 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10001100 | 0 | 101111 | 100001 | 10010 | 101010110 | 110011 | 111111 |
Color Harmonies of #D06F8C
Complementary color
Monochromatic Colors of #D06F8C
Black with #D06F8C
Text Example
Text Example
White with #D06F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F8C; }
p { color: rgb(208,111,140); }
H1.HeaderClassName
{
color: #D06F8C;
}
.AnyTagClassName
{
color: #D06F8C;
}
</style>
background-color css
<style>
a { background-color: #D06F8C; }
a { background-color: rgb(208,111,140); }
div.DivClassName
{
background-color: #D06F8C;
}
.BgClassName
{
background-color: #D06F8C;
}
</style>
border-color css
<style>
span { border-color: #D06F8C; }
span { border-color: rgb(208,111,140); }
td.TdClassName
{
border-color: #D06F8C;
}
.TagClassName
{
border-color: #D06F8C;
}
</style>