Shades of Charm #D77984
Tints of Charm #D77984
RGB
CMYK
RGB Variations
Color information
#D77984 (or 0xD77984) is known color: Charm. HEX triplet: D7, 79 and 84. RGB value is (215,121,132). Sum of RGB (Red+Green+Blue) = 215+121+132=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D77984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77984 is #28867B. Grayscale: #969696. Windows color (decimal): -2655868 or 8681943. OLE color: 8681943.
HSL color Cylindrical-coordinate representation of color #D77984: hue angle of 352.98º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77984 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 132 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.16 |
| HSL | 352.98º | 0.54% | 0.66% | - |
| HSV(B) | 352.98º | 0.44% | 0.84% | - |
| XYZ | 39.03 | 29.79 | 25.52 | - |
| YUV | 150.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 132 | 0 | 0.44 | 0.39 | 0.16 | 352.98 | 0.54 | 0.66 |
| Hex | D7 | 79 | 84 | 0 | 2C | 27 | 10 | 161 | 36 | 42 |
| Octal | 327 | 171 | 204 | 0 | 54 | 47 | 20 | 541 | 66 | 102 |
| Binary | 11010111 | 1111001 | 10000100 | 0 | 101100 | 100111 | 10000 | 101100001 | 110110 | 1000010 |
Color Harmonies of #D77984
Complementary color
Monochromatic Colors of #D77984
Black with #D77984
Text Example
Text Example
White with #D77984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77984; }
p { color: rgb(215,121,132); }
H1.HeaderClassName
{
color: #D77984;
}
.AnyTagClassName
{
color: #D77984;
}
</style>
background-color css
<style>
a { background-color: #D77984; }
a { background-color: rgb(215,121,132); }
div.DivClassName
{
background-color: #D77984;
}
.BgClassName
{
background-color: #D77984;
}
</style>
border-color css
<style>
span { border-color: #D77984; }
span { border-color: rgb(215,121,132); }
td.TdClassName
{
border-color: #D77984;
}
.TagClassName
{
border-color: #D77984;
}
</style>