Shades of Charm #D36183
Tints of Charm #D36183
RGB
CMYK
RGB Variations
Color information
#D36183 (or 0xD36183) is known color: Charm. HEX triplet: D3, 61 and 83. RGB value is (211,97,131). Sum of RGB (Red+Green+Blue) = 211+97+131=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D36183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36183 is #2C9E7C. Grayscale: #868686. Windows color (decimal): -2924157 or 8610259. OLE color: 8610259.
HSL color Cylindrical-coordinate representation of color #D36183: hue angle of 342.11º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D36183 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 131 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.17 |
| HSL | 342.11º | 0.56% | 0.6% | - |
| HSV(B) | 342.11º | 0.54% | 0.83% | - |
| XYZ | 35.24 | 24.04 | 24.26 | - |
| YUV | 134.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 131 | 0 | 0.54 | 0.38 | 0.17 | 342.11 | 0.56 | 0.6 |
| Hex | D3 | 61 | 83 | 0 | 36 | 26 | 11 | 156 | 38 | 3C |
| Octal | 323 | 141 | 203 | 0 | 66 | 46 | 21 | 526 | 70 | 74 |
| Binary | 11010011 | 1100001 | 10000011 | 0 | 110110 | 100110 | 10001 | 101010110 | 111000 | 111100 |
Color Harmonies of #D36183
Complementary color
Monochromatic Colors of #D36183
Black with #D36183
Text Example
Text Example
White with #D36183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36183; }
p { color: rgb(211,97,131); }
H1.HeaderClassName
{
color: #D36183;
}
.AnyTagClassName
{
color: #D36183;
}
</style>
background-color css
<style>
a { background-color: #D36183; }
a { background-color: rgb(211,97,131); }
div.DivClassName
{
background-color: #D36183;
}
.BgClassName
{
background-color: #D36183;
}
</style>
border-color css
<style>
span { border-color: #D36183; }
span { border-color: rgb(211,97,131); }
td.TdClassName
{
border-color: #D36183;
}
.TagClassName
{
border-color: #D36183;
}
</style>