Shades of Charm #D06D83
Tints of Charm #D06D83
RGB
CMYK
RGB Variations
Color information
#D06D83 (or 0xD06D83) is known color: Charm. HEX triplet: D0, 6D and 83. RGB value is (208,109,131). Sum of RGB (Red+Green+Blue) = 208+109+131=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06D83 is #2F927C. Grayscale: #8D8D8D. Windows color (decimal): -3117693 or 8613328. OLE color: 8613328.
HSL color Cylindrical-coordinate representation of color #D06D83: hue angle of 346.67º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06D83 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 131 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.18 |
| HSL | 346.67º | 0.51% | 0.62% | - |
| HSV(B) | 346.67º | 0.48% | 0.82% | - |
| XYZ | 35.58 | 25.99 | 24.61 | - |
| YUV | 141.11 | 122.3 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 131 | 0 | 0.48 | 0.37 | 0.18 | 346.67 | 0.51 | 0.62 |
| Hex | D0 | 6D | 83 | 0 | 30 | 25 | 12 | 15B | 33 | 3E |
| Octal | 320 | 155 | 203 | 0 | 60 | 45 | 22 | 533 | 63 | 76 |
| Binary | 11010000 | 1101101 | 10000011 | 0 | 110000 | 100101 | 10010 | 101011011 | 110011 | 111110 |
Color Harmonies of #D06D83
Complementary color
Monochromatic Colors of #D06D83
Black with #D06D83
Text Example
Text Example
White with #D06D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D83; }
p { color: rgb(208,109,131); }
H1.HeaderClassName
{
color: #D06D83;
}
.AnyTagClassName
{
color: #D06D83;
}
</style>
background-color css
<style>
a { background-color: #D06D83; }
a { background-color: rgb(208,109,131); }
div.DivClassName
{
background-color: #D06D83;
}
.BgClassName
{
background-color: #D06D83;
}
</style>
border-color css
<style>
span { border-color: #D06D83; }
span { border-color: rgb(208,109,131); }
td.TdClassName
{
border-color: #D06D83;
}
.TagClassName
{
border-color: #D06D83;
}
</style>