Shades of Charm #D76F8C
Tints of Charm #D76F8C
RGB
CMYK
RGB Variations
Color information
#D76F8C (or 0xD76F8C) is known color: Charm. HEX triplet: D7, 6F and 8C. RGB value is (215,111,140). Sum of RGB (Red+Green+Blue) = 215+111+140=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F8C is #289073. Grayscale: #919191. Windows color (decimal): -2658420 or 9203671. OLE color: 9203671.
HSL color Cylindrical-coordinate representation of color #D76F8C: hue angle of 343.27º 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 #D76F8C is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 140 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.16 |
| HSL | 343.27º | 0.57% | 0.64% | - |
| HSV(B) | 343.27º | 0.48% | 0.84% | - |
| XYZ | 38.44 | 27.71 | 28.13 | - |
| YUV | 145.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 140 | 0 | 0.48 | 0.35 | 0.16 | 343.27 | 0.57 | 0.64 |
| Hex | D7 | 6F | 8C | 0 | 30 | 23 | 10 | 157 | 39 | 40 |
| Octal | 327 | 157 | 214 | 0 | 60 | 43 | 20 | 527 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10001100 | 0 | 110000 | 100011 | 10000 | 101010111 | 111001 | 1000000 |
Color Harmonies of #D76F8C
Complementary color
Monochromatic Colors of #D76F8C
Black with #D76F8C
Text Example
Text Example
White with #D76F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F8C; }
p { color: rgb(215,111,140); }
H1.HeaderClassName
{
color: #D76F8C;
}
.AnyTagClassName
{
color: #D76F8C;
}
</style>
background-color css
<style>
a { background-color: #D76F8C; }
a { background-color: rgb(215,111,140); }
div.DivClassName
{
background-color: #D76F8C;
}
.BgClassName
{
background-color: #D76F8C;
}
</style>
border-color css
<style>
span { border-color: #D76F8C; }
span { border-color: rgb(215,111,140); }
td.TdClassName
{
border-color: #D76F8C;
}
.TagClassName
{
border-color: #D76F8C;
}
</style>