Shades of Charm #D77783
Tints of Charm #D77783
RGB
CMYK
RGB Variations
Color information
#D77783 (or 0xD77783) is known color: Charm. HEX triplet: D7, 77 and 83. RGB value is (215,119,131). Sum of RGB (Red+Green+Blue) = 215+119+131=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D77783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77783 is #28887C. Grayscale: #959595. Windows color (decimal): -2656381 or 8615895. OLE color: 8615895.
HSL color Cylindrical-coordinate representation of color #D77783: hue angle of 352.5º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77783 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 131 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.16 |
| HSL | 352.5º | 0.55% | 0.65% | - |
| HSV(B) | 352.5º | 0.45% | 0.84% | - |
| XYZ | 38.72 | 29.28 | 25.08 | - |
| YUV | 149.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 131 | 0 | 0.45 | 0.39 | 0.16 | 352.5 | 0.55 | 0.65 |
| Hex | D7 | 77 | 83 | 0 | 2D | 27 | 10 | 160 | 37 | 41 |
| Octal | 327 | 167 | 203 | 0 | 55 | 47 | 20 | 540 | 67 | 101 |
| Binary | 11010111 | 1110111 | 10000011 | 0 | 101101 | 100111 | 10000 | 101100000 | 110111 | 1000001 |
Color Harmonies of #D77783
Complementary color
Monochromatic Colors of #D77783
Black with #D77783
Text Example
Text Example
White with #D77783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77783; }
p { color: rgb(215,119,131); }
H1.HeaderClassName
{
color: #D77783;
}
.AnyTagClassName
{
color: #D77783;
}
</style>
background-color css
<style>
a { background-color: #D77783; }
a { background-color: rgb(215,119,131); }
div.DivClassName
{
background-color: #D77783;
}
.BgClassName
{
background-color: #D77783;
}
</style>
border-color css
<style>
span { border-color: #D77783; }
span { border-color: rgb(215,119,131); }
td.TdClassName
{
border-color: #D77783;
}
.TagClassName
{
border-color: #D77783;
}
</style>