Shades of Charm #D77583
Tints of Charm #D77583
RGB
CMYK
RGB Variations
Color information
#D77583 (or 0xD77583) is known color: Charm. HEX triplet: D7, 75 and 83. RGB value is (215,117,131). Sum of RGB (Red+Green+Blue) = 215+117+131=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D77583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77583 is #288A7C. Grayscale: #939393. Windows color (decimal): -2656893 or 8615383. OLE color: 8615383.
HSL color Cylindrical-coordinate representation of color #D77583: hue angle of 351.43º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77583 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 131 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.16 |
| HSL | 351.43º | 0.55% | 0.65% | - |
| HSV(B) | 351.43º | 0.46% | 0.84% | - |
| XYZ | 38.48 | 28.81 | 25.01 | - |
| YUV | 147.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 131 | 0 | 0.46 | 0.39 | 0.16 | 351.43 | 0.55 | 0.65 |
| Hex | D7 | 75 | 83 | 0 | 2E | 27 | 10 | 15F | 37 | 41 |
| Octal | 327 | 165 | 203 | 0 | 56 | 47 | 20 | 537 | 67 | 101 |
| Binary | 11010111 | 1110101 | 10000011 | 0 | 101110 | 100111 | 10000 | 101011111 | 110111 | 1000001 |
Color Harmonies of #D77583
Complementary color
Monochromatic Colors of #D77583
Black with #D77583
Text Example
Text Example
White with #D77583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77583; }
p { color: rgb(215,117,131); }
H1.HeaderClassName
{
color: #D77583;
}
.AnyTagClassName
{
color: #D77583;
}
</style>
background-color css
<style>
a { background-color: #D77583; }
a { background-color: rgb(215,117,131); }
div.DivClassName
{
background-color: #D77583;
}
.BgClassName
{
background-color: #D77583;
}
</style>
border-color css
<style>
span { border-color: #D77583; }
span { border-color: rgb(215,117,131); }
td.TdClassName
{
border-color: #D77583;
}
.TagClassName
{
border-color: #D77583;
}
</style>