Shades of Charm #D07881
Tints of Charm #D07881
RGB
CMYK
RGB Variations
Color information
#D07881 (or 0xD07881) is known color: Charm. HEX triplet: D0, 78 and 81. RGB value is (208,120,129). Sum of RGB (Red+Green+Blue) = 208+120+129=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D07881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07881 is #2F877E. Grayscale: #939393. Windows color (decimal): -3114879 or 8485072. OLE color: 8485072.
HSL color Cylindrical-coordinate representation of color #D07881: hue angle of 353.86º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07881 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 129 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.18 |
| HSL | 353.86º | 0.48% | 0.64% | - |
| HSV(B) | 353.86º | 0.42% | 0.82% | - |
| XYZ | 36.69 | 28.43 | 24.32 | - |
| YUV | 147.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 129 | 0 | 0.42 | 0.38 | 0.18 | 353.86 | 0.48 | 0.64 |
| Hex | D0 | 78 | 81 | 0 | 2A | 26 | 12 | 162 | 30 | 40 |
| Octal | 320 | 170 | 201 | 0 | 52 | 46 | 22 | 542 | 60 | 100 |
| Binary | 11010000 | 1111000 | 10000001 | 0 | 101010 | 100110 | 10010 | 101100010 | 110000 | 1000000 |
Color Harmonies of #D07881
Complementary color
Monochromatic Colors of #D07881
Black with #D07881
Text Example
Text Example
White with #D07881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07881; }
p { color: rgb(208,120,129); }
H1.HeaderClassName
{
color: #D07881;
}
.AnyTagClassName
{
color: #D07881;
}
</style>
background-color css
<style>
a { background-color: #D07881; }
a { background-color: rgb(208,120,129); }
div.DivClassName
{
background-color: #D07881;
}
.BgClassName
{
background-color: #D07881;
}
</style>
border-color css
<style>
span { border-color: #D07881; }
span { border-color: rgb(208,120,129); }
td.TdClassName
{
border-color: #D07881;
}
.TagClassName
{
border-color: #D07881;
}
</style>