Shades of Charm #D36282
Tints of Charm #D36282
RGB
CMYK
RGB Variations
Color information
#D36282 (or 0xD36282) is known color: Charm. HEX triplet: D3, 62 and 82. RGB value is (211,98,130). Sum of RGB (Red+Green+Blue) = 211+98+130=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D36282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36282 is #2C9D7D. Grayscale: #878787. Windows color (decimal): -2923902 or 8544979. OLE color: 8544979.
HSL color Cylindrical-coordinate representation of color #D36282: hue angle of 343.01º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D36282 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 130 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.17 |
| HSL | 343.01º | 0.56% | 0.61% | - |
| HSV(B) | 343.01º | 0.54% | 0.83% | - |
| XYZ | 35.26 | 24.2 | 23.93 | - |
| YUV | 135.44 | 124.94 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 130 | 0 | 0.54 | 0.38 | 0.17 | 343.01 | 0.56 | 0.61 |
| Hex | D3 | 62 | 82 | 0 | 36 | 26 | 11 | 157 | 38 | 3D |
| Octal | 323 | 142 | 202 | 0 | 66 | 46 | 21 | 527 | 70 | 75 |
| Binary | 11010011 | 1100010 | 10000010 | 0 | 110110 | 100110 | 10001 | 101010111 | 111000 | 111101 |
Color Harmonies of #D36282
Complementary color
Monochromatic Colors of #D36282
Black with #D36282
Text Example
Text Example
White with #D36282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36282; }
p { color: rgb(211,98,130); }
H1.HeaderClassName
{
color: #D36282;
}
.AnyTagClassName
{
color: #D36282;
}
</style>
background-color css
<style>
a { background-color: #D36282; }
a { background-color: rgb(211,98,130); }
div.DivClassName
{
background-color: #D36282;
}
.BgClassName
{
background-color: #D36282;
}
</style>
border-color css
<style>
span { border-color: #D36282; }
span { border-color: rgb(211,98,130); }
td.TdClassName
{
border-color: #D36282;
}
.TagClassName
{
border-color: #D36282;
}
</style>