Shades of Charm #D37883
Tints of Charm #D37883
RGB
CMYK
RGB Variations
Color information
#D37883 (or 0xD37883) is known color: Charm. HEX triplet: D3, 78 and 83. RGB value is (211,120,131). Sum of RGB (Red+Green+Blue) = 211+120+131=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D37883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37883 is #2C877C. Grayscale: #949494. Windows color (decimal): -2918269 or 8616147. OLE color: 8616147.
HSL color Cylindrical-coordinate representation of color #D37883: hue angle of 352.75º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D37883 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 131 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.17 |
| HSL | 352.75º | 0.51% | 0.65% | - |
| HSV(B) | 352.75º | 0.43% | 0.83% | - |
| XYZ | 37.68 | 28.92 | 25.07 | - |
| YUV | 148.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 131 | 0 | 0.43 | 0.38 | 0.17 | 352.75 | 0.51 | 0.65 |
| Hex | D3 | 78 | 83 | 0 | 2B | 26 | 11 | 161 | 33 | 41 |
| Octal | 323 | 170 | 203 | 0 | 53 | 46 | 21 | 541 | 63 | 101 |
| Binary | 11010011 | 1111000 | 10000011 | 0 | 101011 | 100110 | 10001 | 101100001 | 110011 | 1000001 |
Color Harmonies of #D37883
Complementary color
Monochromatic Colors of #D37883
Black with #D37883
Text Example
Text Example
White with #D37883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37883; }
p { color: rgb(211,120,131); }
H1.HeaderClassName
{
color: #D37883;
}
.AnyTagClassName
{
color: #D37883;
}
</style>
background-color css
<style>
a { background-color: #D37883; }
a { background-color: rgb(211,120,131); }
div.DivClassName
{
background-color: #D37883;
}
.BgClassName
{
background-color: #D37883;
}
</style>
border-color css
<style>
span { border-color: #D37883; }
span { border-color: rgb(211,120,131); }
td.TdClassName
{
border-color: #D37883;
}
.TagClassName
{
border-color: #D37883;
}
</style>