Shades of Charm #D18284
Tints of Charm #D18284
RGB
CMYK
RGB Variations
Color information
#D18284 (or 0xD18284) is known color: Charm. HEX triplet: D1, 82 and 84. RGB value is (209,130,132). Sum of RGB (Red+Green+Blue) = 209+130+132=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D18284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18284 is #2E7D7B. Grayscale: #999999. Windows color (decimal): -3046780 or 8684241. OLE color: 8684241.
HSL color Cylindrical-coordinate representation of color #D18284: hue angle of 358.48º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D18284 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 132 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.18 |
| HSL | 358.48º | 0.46% | 0.66% | - |
| HSV(B) | 358.48º | 0.38% | 0.82% | - |
| XYZ | 38.44 | 31.19 | 25.82 | - |
| YUV | 153.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 132 | 0 | 0.38 | 0.37 | 0.18 | 358.48 | 0.46 | 0.66 |
| Hex | D1 | 82 | 84 | 0 | 26 | 25 | 12 | 166 | 2E | 42 |
| Octal | 321 | 202 | 204 | 0 | 46 | 45 | 22 | 546 | 56 | 102 |
| Binary | 11010001 | 10000010 | 10000100 | 0 | 100110 | 100101 | 10010 | 101100110 | 101110 | 1000010 |
Color Harmonies of #D18284
Complementary color
Monochromatic Colors of #D18284
Black with #D18284
Text Example
Text Example
White with #D18284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18284; }
p { color: rgb(209,130,132); }
H1.HeaderClassName
{
color: #D18284;
}
.AnyTagClassName
{
color: #D18284;
}
</style>
background-color css
<style>
a { background-color: #D18284; }
a { background-color: rgb(209,130,132); }
div.DivClassName
{
background-color: #D18284;
}
.BgClassName
{
background-color: #D18284;
}
</style>
border-color css
<style>
span { border-color: #D18284; }
span { border-color: rgb(209,130,132); }
td.TdClassName
{
border-color: #D18284;
}
.TagClassName
{
border-color: #D18284;
}
</style>