Shades of Charm #D07981
Tints of Charm #D07981
RGB
CMYK
RGB Variations
Color information
#D07981 (or 0xD07981) is known color: Charm. HEX triplet: D0, 79 and 81. RGB value is (208,121,129). Sum of RGB (Red+Green+Blue) = 208+121+129=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D07981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07981 is #2F867E. Grayscale: #939393. Windows color (decimal): -3114623 or 8485328. OLE color: 8485328.
HSL color Cylindrical-coordinate representation of color #D07981: hue angle of 354.48º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07981 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 129 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.18 |
| HSL | 354.48º | 0.48% | 0.65% | - |
| HSV(B) | 354.48º | 0.42% | 0.82% | - |
| XYZ | 36.81 | 28.67 | 24.36 | - |
| YUV | 147.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 129 | 0 | 0.42 | 0.38 | 0.18 | 354.48 | 0.48 | 0.65 |
| Hex | D0 | 79 | 81 | 0 | 2A | 26 | 12 | 162 | 30 | 41 |
| Octal | 320 | 171 | 201 | 0 | 52 | 46 | 22 | 542 | 60 | 101 |
| Binary | 11010000 | 1111001 | 10000001 | 0 | 101010 | 100110 | 10010 | 101100010 | 110000 | 1000001 |
Color Harmonies of #D07981
Complementary color
Monochromatic Colors of #D07981
Black with #D07981
Text Example
Text Example
White with #D07981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07981; }
p { color: rgb(208,121,129); }
H1.HeaderClassName
{
color: #D07981;
}
.AnyTagClassName
{
color: #D07981;
}
</style>
background-color css
<style>
a { background-color: #D07981; }
a { background-color: rgb(208,121,129); }
div.DivClassName
{
background-color: #D07981;
}
.BgClassName
{
background-color: #D07981;
}
</style>
border-color css
<style>
span { border-color: #D07981; }
span { border-color: rgb(208,121,129); }
td.TdClassName
{
border-color: #D07981;
}
.TagClassName
{
border-color: #D07981;
}
</style>