Shades of Charm #D06183
Tints of Charm #D06183
RGB
CMYK
RGB Variations
Color information
#D06183 (or 0xD06183) is known color: Charm. HEX triplet: D0, 61 and 83. RGB value is (208,97,131). Sum of RGB (Red+Green+Blue) = 208+97+131=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D06183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06183 is #2F9E7C. Grayscale: #868686. Windows color (decimal): -3120765 or 8610256. OLE color: 8610256.
HSL color Cylindrical-coordinate representation of color #D06183: hue angle of 341.62º 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 #D06183 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 131 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.18 |
| HSL | 341.62º | 0.54% | 0.6% | - |
| HSV(B) | 341.62º | 0.53% | 0.82% | - |
| XYZ | 34.38 | 23.6 | 24.22 | - |
| YUV | 134.07 | 126.27 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 131 | 0 | 0.53 | 0.37 | 0.18 | 341.62 | 0.54 | 0.6 |
| Hex | D0 | 61 | 83 | 0 | 35 | 25 | 12 | 156 | 36 | 3C |
| Octal | 320 | 141 | 203 | 0 | 65 | 45 | 22 | 526 | 66 | 74 |
| Binary | 11010000 | 1100001 | 10000011 | 0 | 110101 | 100101 | 10010 | 101010110 | 110110 | 111100 |
Color Harmonies of #D06183
Complementary color
Monochromatic Colors of #D06183
Black with #D06183
Text Example
Text Example
White with #D06183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06183; }
p { color: rgb(208,97,131); }
H1.HeaderClassName
{
color: #D06183;
}
.AnyTagClassName
{
color: #D06183;
}
</style>
background-color css
<style>
a { background-color: #D06183; }
a { background-color: rgb(208,97,131); }
div.DivClassName
{
background-color: #D06183;
}
.BgClassName
{
background-color: #D06183;
}
</style>
border-color css
<style>
span { border-color: #D06183; }
span { border-color: rgb(208,97,131); }
td.TdClassName
{
border-color: #D06183;
}
.TagClassName
{
border-color: #D06183;
}
</style>