Shades of Charm #D77182
Tints of Charm #D77182
RGB
CMYK
RGB Variations
Color information
#D77182 (or 0xD77182) is known color: Charm. HEX triplet: D7, 71 and 82. RGB value is (215,113,130). Sum of RGB (Red+Green+Blue) = 215+113+130=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D77182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77182 is #288E7D. Grayscale: #919191. Windows color (decimal): -2657918 or 8548823. OLE color: 8548823.
HSL color Cylindrical-coordinate representation of color #D77182: hue angle of 350º 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 #D77182 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 130 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.16 |
| HSL | 350º | 0.56% | 0.64% | - |
| HSV(B) | 350º | 0.47% | 0.84% | - |
| XYZ | 37.96 | 27.87 | 24.5 | - |
| YUV | 145.44 | 119.29 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 130 | 0 | 0.47 | 0.40 | 0.16 | 350 | 0.56 | 0.64 |
| Hex | D7 | 71 | 82 | 0 | 2F | 28 | 10 | 15E | 38 | 40 |
| Octal | 327 | 161 | 202 | 0 | 57 | 50 | 20 | 536 | 70 | 100 |
| Binary | 11010111 | 1110001 | 10000010 | 0 | 101111 | 101000 | 10000 | 101011110 | 111000 | 1000000 |
Color Harmonies of #D77182
Complementary color
Monochromatic Colors of #D77182
Black with #D77182
Text Example
Text Example
White with #D77182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77182; }
p { color: rgb(215,113,130); }
H1.HeaderClassName
{
color: #D77182;
}
.AnyTagClassName
{
color: #D77182;
}
</style>
background-color css
<style>
a { background-color: #D77182; }
a { background-color: rgb(215,113,130); }
div.DivClassName
{
background-color: #D77182;
}
.BgClassName
{
background-color: #D77182;
}
</style>
border-color css
<style>
span { border-color: #D77182; }
span { border-color: rgb(215,113,130); }
td.TdClassName
{
border-color: #D77182;
}
.TagClassName
{
border-color: #D77182;
}
</style>