Shades of Charm #D36281
Tints of Charm #D36281
RGB
CMYK
RGB Variations
Color information
#D36281 (or 0xD36281) is known color: Charm. HEX triplet: D3, 62 and 81. RGB value is (211,98,129). Sum of RGB (Red+Green+Blue) = 211+98+129=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D36281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36281 is #2C9D7E. Grayscale: #878787. Windows color (decimal): -2923903 or 8479443. OLE color: 8479443.
HSL color Cylindrical-coordinate representation of color #D36281: hue angle of 343.54º 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 #D36281 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 129 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.17 |
| HSL | 343.54º | 0.56% | 0.61% | - |
| HSV(B) | 343.54º | 0.54% | 0.83% | - |
| XYZ | 35.19 | 24.17 | 23.58 | - |
| YUV | 135.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 129 | 0 | 0.54 | 0.39 | 0.17 | 343.54 | 0.56 | 0.61 |
| Hex | D3 | 62 | 81 | 0 | 36 | 27 | 11 | 158 | 38 | 3D |
| Octal | 323 | 142 | 201 | 0 | 66 | 47 | 21 | 530 | 70 | 75 |
| Binary | 11010011 | 1100010 | 10000001 | 0 | 110110 | 100111 | 10001 | 101011000 | 111000 | 111101 |
Color Harmonies of #D36281
Complementary color
Monochromatic Colors of #D36281
Black with #D36281
Text Example
Text Example
White with #D36281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36281; }
p { color: rgb(211,98,129); }
H1.HeaderClassName
{
color: #D36281;
}
.AnyTagClassName
{
color: #D36281;
}
</style>
background-color css
<style>
a { background-color: #D36281; }
a { background-color: rgb(211,98,129); }
div.DivClassName
{
background-color: #D36281;
}
.BgClassName
{
background-color: #D36281;
}
</style>
border-color css
<style>
span { border-color: #D36281; }
span { border-color: rgb(211,98,129); }
td.TdClassName
{
border-color: #D36281;
}
.TagClassName
{
border-color: #D36281;
}
</style>