Shades of Charm #D36481
Tints of Charm #D36481
RGB
CMYK
RGB Variations
Color information
#D36481 (or 0xD36481) is known color: Charm. HEX triplet: D3, 64 and 81. RGB value is (211,100,129). Sum of RGB (Red+Green+Blue) = 211+100+129=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D36481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36481 is #2C9B7E. Grayscale: #888888. Windows color (decimal): -2923391 or 8479955. OLE color: 8479955.
HSL color Cylindrical-coordinate representation of color #D36481: hue angle of 344.32º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36481 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 129 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.17 |
| HSL | 344.32º | 0.56% | 0.61% | - |
| HSV(B) | 344.32º | 0.53% | 0.83% | - |
| XYZ | 35.38 | 24.55 | 23.64 | - |
| YUV | 136.5 | 123.77 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 129 | 0 | 0.53 | 0.39 | 0.17 | 344.32 | 0.56 | 0.61 |
| Hex | D3 | 64 | 81 | 0 | 35 | 27 | 11 | 158 | 38 | 3D |
| Octal | 323 | 144 | 201 | 0 | 65 | 47 | 21 | 530 | 70 | 75 |
| Binary | 11010011 | 1100100 | 10000001 | 0 | 110101 | 100111 | 10001 | 101011000 | 111000 | 111101 |
Color Harmonies of #D36481
Complementary color
Monochromatic Colors of #D36481
Black with #D36481
Text Example
Text Example
White with #D36481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36481; }
p { color: rgb(211,100,129); }
H1.HeaderClassName
{
color: #D36481;
}
.AnyTagClassName
{
color: #D36481;
}
</style>
background-color css
<style>
a { background-color: #D36481; }
a { background-color: rgb(211,100,129); }
div.DivClassName
{
background-color: #D36481;
}
.BgClassName
{
background-color: #D36481;
}
</style>
border-color css
<style>
span { border-color: #D36481; }
span { border-color: rgb(211,100,129); }
td.TdClassName
{
border-color: #D36481;
}
.TagClassName
{
border-color: #D36481;
}
</style>