Shades of Charm #D0687E
Tints of Charm #D0687E
RGB
CMYK
RGB Variations
Color information
#D0687E (or 0xD0687E) is known color: Charm. HEX triplet: D0, 68 and 7E. RGB value is (208,104,126). Sum of RGB (Red+Green+Blue) = 208+104+126=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0687E is #2F9781. Grayscale: #898989. Windows color (decimal): -3118978 or 8284368. OLE color: 8284368.
HSL color Cylindrical-coordinate representation of color #D0687E: hue angle of 347.31º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0687E is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 126 | - |
| CMYK | 0 | 0.5 | 0.39 | 0.18 |
| HSL | 347.31º | 0.53% | 0.61% | - |
| HSV(B) | 347.31º | 0.5% | 0.82% | - |
| XYZ | 34.73 | 24.82 | 22.7 | - |
| YUV | 137.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 126 | 0 | 0.5 | 0.39 | 0.18 | 347.31 | 0.53 | 0.61 |
| Hex | D0 | 68 | 7E | 0 | 32 | 27 | 12 | 15B | 35 | 3D |
| Octal | 320 | 150 | 176 | 0 | 62 | 47 | 22 | 533 | 65 | 75 |
| Binary | 11010000 | 1101000 | 1111110 | 0 | 110010 | 100111 | 10010 | 101011011 | 110101 | 111101 |
Color Harmonies of #D0687E
Complementary color
Monochromatic Colors of #D0687E
Black with #D0687E
Text Example
Text Example
White with #D0687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0687E; }
p { color: rgb(208,104,126); }
H1.HeaderClassName
{
color: #D0687E;
}
.AnyTagClassName
{
color: #D0687E;
}
</style>
background-color css
<style>
a { background-color: #D0687E; }
a { background-color: rgb(208,104,126); }
div.DivClassName
{
background-color: #D0687E;
}
.BgClassName
{
background-color: #D0687E;
}
</style>
border-color css
<style>
span { border-color: #D0687E; }
span { border-color: rgb(208,104,126); }
td.TdClassName
{
border-color: #D0687E;
}
.TagClassName
{
border-color: #D0687E;
}
</style>