Shades of Charm #D16384
Tints of Charm #D16384
RGB
CMYK
RGB Variations
Color information
#D16384 (or 0xD16384) is known color: Charm. HEX triplet: D1, 63 and 84. RGB value is (209,99,132). Sum of RGB (Red+Green+Blue) = 209+99+132=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D16384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16384 is #2E9C7B. Grayscale: #878787. Windows color (decimal): -3054716 or 8676305. OLE color: 8676305.
HSL color Cylindrical-coordinate representation of color #D16384: hue angle of 342º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D16384 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 132 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.18 |
| HSL | 342º | 0.54% | 0.6% | - |
| HSV(B) | 342º | 0.53% | 0.82% | - |
| XYZ | 34.92 | 24.14 | 24.65 | - |
| YUV | 135.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 132 | 0 | 0.53 | 0.37 | 0.18 | 342 | 0.54 | 0.6 |
| Hex | D1 | 63 | 84 | 0 | 35 | 25 | 12 | 156 | 36 | 3C |
| Octal | 321 | 143 | 204 | 0 | 65 | 45 | 22 | 526 | 66 | 74 |
| Binary | 11010001 | 1100011 | 10000100 | 0 | 110101 | 100101 | 10010 | 101010110 | 110110 | 111100 |
Color Harmonies of #D16384
Complementary color
Monochromatic Colors of #D16384
Black with #D16384
Text Example
Text Example
White with #D16384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16384; }
p { color: rgb(209,99,132); }
H1.HeaderClassName
{
color: #D16384;
}
.AnyTagClassName
{
color: #D16384;
}
</style>
background-color css
<style>
a { background-color: #D16384; }
a { background-color: rgb(209,99,132); }
div.DivClassName
{
background-color: #D16384;
}
.BgClassName
{
background-color: #D16384;
}
</style>
border-color css
<style>
span { border-color: #D16384; }
span { border-color: rgb(209,99,132); }
td.TdClassName
{
border-color: #D16384;
}
.TagClassName
{
border-color: #D16384;
}
</style>