Shades of Charm #D77181
Tints of Charm #D77181
RGB
CMYK
RGB Variations
Color information
#D77181 (or 0xD77181) is known color: Charm. HEX triplet: D7, 71 and 81. RGB value is (215,113,129). Sum of RGB (Red+Green+Blue) = 215+113+129=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D77181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77181 is #288E7E. Grayscale: #919191. Windows color (decimal): -2657919 or 8483287. OLE color: 8483287.
HSL color Cylindrical-coordinate representation of color #D77181: hue angle of 350.59º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77181 is Cyan = 0, Magento = 0.47, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 129 | - |
| CMYK | 0 | 0.47 | 0.4 | 0.16 |
| HSL | 350.59º | 0.56% | 0.64% | - |
| HSV(B) | 350.59º | 0.47% | 0.84% | - |
| XYZ | 37.89 | 27.84 | 24.15 | - |
| YUV | 145.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 129 | 0 | 0.47 | 0.4 | 0.16 | 350.59 | 0.56 | 0.64 |
| Hex | D7 | 71 | 81 | 0 | 2F | 28 | 10 | 15F | 38 | 40 |
| Octal | 327 | 161 | 201 | 0 | 57 | 50 | 20 | 537 | 70 | 100 |
| Binary | 11010111 | 1110001 | 10000001 | 0 | 101111 | 101000 | 10000 | 101011111 | 111000 | 1000000 |
Color Harmonies of #D77181
Complementary color
Monochromatic Colors of #D77181
Black with #D77181
Text Example
Text Example
White with #D77181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77181; }
p { color: rgb(215,113,129); }
H1.HeaderClassName
{
color: #D77181;
}
.AnyTagClassName
{
color: #D77181;
}
</style>
background-color css
<style>
a { background-color: #D77181; }
a { background-color: rgb(215,113,129); }
div.DivClassName
{
background-color: #D77181;
}
.BgClassName
{
background-color: #D77181;
}
</style>
border-color css
<style>
span { border-color: #D77181; }
span { border-color: rgb(215,113,129); }
td.TdClassName
{
border-color: #D77181;
}
.TagClassName
{
border-color: #D77181;
}
</style>