Shades of Charm #D76F84
Tints of Charm #D76F84
RGB
CMYK
RGB Variations
Color information
#D76F84 (or 0xD76F84) is known color: Charm. HEX triplet: D7, 6F and 84. RGB value is (215,111,132). Sum of RGB (Red+Green+Blue) = 215+111+132=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F84 is #28907B. Grayscale: #909090. Windows color (decimal): -2658428 or 8679383. OLE color: 8679383.
HSL color Cylindrical-coordinate representation of color #D76F84: hue angle of 347.88º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76F84 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 132 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.16 |
| HSL | 347.88º | 0.57% | 0.64% | - |
| HSV(B) | 347.88º | 0.48% | 0.84% | - |
| XYZ | 37.87 | 27.48 | 25.14 | - |
| YUV | 144.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 132 | 0 | 0.48 | 0.39 | 0.16 | 347.88 | 0.57 | 0.64 |
| Hex | D7 | 6F | 84 | 0 | 30 | 27 | 10 | 15C | 39 | 40 |
| Octal | 327 | 157 | 204 | 0 | 60 | 47 | 20 | 534 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10000100 | 0 | 110000 | 100111 | 10000 | 101011100 | 111001 | 1000000 |
Color Harmonies of #D76F84
Complementary color
Monochromatic Colors of #D76F84
Black with #D76F84
Text Example
Text Example
White with #D76F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F84; }
p { color: rgb(215,111,132); }
H1.HeaderClassName
{
color: #D76F84;
}
.AnyTagClassName
{
color: #D76F84;
}
</style>
background-color css
<style>
a { background-color: #D76F84; }
a { background-color: rgb(215,111,132); }
div.DivClassName
{
background-color: #D76F84;
}
.BgClassName
{
background-color: #D76F84;
}
</style>
border-color css
<style>
span { border-color: #D76F84; }
span { border-color: rgb(215,111,132); }
td.TdClassName
{
border-color: #D76F84;
}
.TagClassName
{
border-color: #D76F84;
}
</style>