Shades of Charm #D06683
Tints of Charm #D06683
RGB
CMYK
RGB Variations
Color information
#D06683 (or 0xD06683) is known color: Charm. HEX triplet: D0, 66 and 83. RGB value is (208,102,131). Sum of RGB (Red+Green+Blue) = 208+102+131=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D06683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06683 is #2F997C. Grayscale: #888888. Windows color (decimal): -3119485 or 8611536. OLE color: 8611536.
HSL color Cylindrical-coordinate representation of color #D06683: hue angle of 343.58º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06683 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 131 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.18 |
| HSL | 343.58º | 0.53% | 0.61% | - |
| HSV(B) | 343.58º | 0.51% | 0.82% | - |
| XYZ | 34.86 | 24.55 | 24.37 | - |
| YUV | 137 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 131 | 0 | 0.51 | 0.37 | 0.18 | 343.58 | 0.53 | 0.61 |
| Hex | D0 | 66 | 83 | 0 | 33 | 25 | 12 | 158 | 35 | 3D |
| Octal | 320 | 146 | 203 | 0 | 63 | 45 | 22 | 530 | 65 | 75 |
| Binary | 11010000 | 1100110 | 10000011 | 0 | 110011 | 100101 | 10010 | 101011000 | 110101 | 111101 |
Color Harmonies of #D06683
Complementary color
Monochromatic Colors of #D06683
Black with #D06683
Text Example
Text Example
White with #D06683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06683; }
p { color: rgb(208,102,131); }
H1.HeaderClassName
{
color: #D06683;
}
.AnyTagClassName
{
color: #D06683;
}
</style>
background-color css
<style>
a { background-color: #D06683; }
a { background-color: rgb(208,102,131); }
div.DivClassName
{
background-color: #D06683;
}
.BgClassName
{
background-color: #D06683;
}
</style>
border-color css
<style>
span { border-color: #D06683; }
span { border-color: rgb(208,102,131); }
td.TdClassName
{
border-color: #D06683;
}
.TagClassName
{
border-color: #D06683;
}
</style>