Shades of Charm #D07181
Tints of Charm #D07181
RGB
CMYK
RGB Variations
Color information
#D07181 (or 0xD07181) is known color: Charm. HEX triplet: D0, 71 and 81. RGB value is (208,113,129). Sum of RGB (Red+Green+Blue) = 208+113+129=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D07181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07181 is #2F8E7E. Grayscale: #8F8F8F. Windows color (decimal): -3116671 or 8483280. OLE color: 8483280.
HSL color Cylindrical-coordinate representation of color #D07181: hue angle of 349.89º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07181 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 129 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.18 |
| HSL | 349.89º | 0.5% | 0.63% | - |
| HSV(B) | 349.89º | 0.46% | 0.82% | - |
| XYZ | 35.88 | 26.81 | 24.05 | - |
| YUV | 143.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 129 | 0 | 0.46 | 0.38 | 0.18 | 349.89 | 0.5 | 0.63 |
| Hex | D0 | 71 | 81 | 0 | 2E | 26 | 12 | 15E | 32 | 3F |
| Octal | 320 | 161 | 201 | 0 | 56 | 46 | 22 | 536 | 62 | 77 |
| Binary | 11010000 | 1110001 | 10000001 | 0 | 101110 | 100110 | 10010 | 101011110 | 110010 | 111111 |
Color Harmonies of #D07181
Complementary color
Monochromatic Colors of #D07181
Black with #D07181
Text Example
Text Example
White with #D07181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07181; }
p { color: rgb(208,113,129); }
H1.HeaderClassName
{
color: #D07181;
}
.AnyTagClassName
{
color: #D07181;
}
</style>
background-color css
<style>
a { background-color: #D07181; }
a { background-color: rgb(208,113,129); }
div.DivClassName
{
background-color: #D07181;
}
.BgClassName
{
background-color: #D07181;
}
</style>
border-color css
<style>
span { border-color: #D07181; }
span { border-color: rgb(208,113,129); }
td.TdClassName
{
border-color: #D07181;
}
.TagClassName
{
border-color: #D07181;
}
</style>