Shades of Charm #D87383
Tints of Charm #D87383
RGB
CMYK
RGB Variations
Color information
#D87383 (or 0xD87383) is known color: Charm. HEX triplet: D8, 73 and 83. RGB value is (216,115,131). Sum of RGB (Red+Green+Blue) = 216+115+131=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D87383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87383 is #278C7C. Grayscale: #939393. Windows color (decimal): -2591869 or 8614872. OLE color: 8614872.
HSL color Cylindrical-coordinate representation of color #D87383: hue angle of 350.5º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D87383 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 115 | 131 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.15 |
| HSL | 350.5º | 0.56% | 0.65% | - |
| HSV(B) | 350.5º | 0.47% | 0.85% | - |
| XYZ | 38.55 | 28.5 | 24.94 | - |
| YUV | 147.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 131 | 0 | 0.47 | 0.39 | 0.15 | 350.5 | 0.56 | 0.65 |
| Hex | D8 | 73 | 83 | 0 | 2F | 27 | F | 15E | 38 | 41 |
| Octal | 330 | 163 | 203 | 0 | 57 | 47 | 17 | 536 | 70 | 101 |
| Binary | 11011000 | 1110011 | 10000011 | 0 | 101111 | 100111 | 1111 | 101011110 | 111000 | 1000001 |
Color Harmonies of #D87383
Complementary color
Monochromatic Colors of #D87383
Black with #D87383
Text Example
Text Example
White with #D87383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87383; }
p { color: rgb(216,115,131); }
H1.HeaderClassName
{
color: #D87383;
}
.AnyTagClassName
{
color: #D87383;
}
</style>
background-color css
<style>
a { background-color: #D87383; }
a { background-color: rgb(216,115,131); }
div.DivClassName
{
background-color: #D87383;
}
.BgClassName
{
background-color: #D87383;
}
</style>
border-color css
<style>
span { border-color: #D87383; }
span { border-color: rgb(216,115,131); }
td.TdClassName
{
border-color: #D87383;
}
.TagClassName
{
border-color: #D87383;
}
</style>