Shades of Charm #D2818C
Tints of Charm #D2818C
RGB
CMYK
RGB Variations
Color information
#D2818C (or 0xD2818C) is known color: Charm. HEX triplet: D2, 81 and 8C. RGB value is (210,129,140). Sum of RGB (Red+Green+Blue) = 210+129+140=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D2818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2818C is #2D7E73. Grayscale: #9A9A9A. Windows color (decimal): -2981492 or 9208274. OLE color: 9208274.
HSL color Cylindrical-coordinate representation of color #D2818C: hue angle of 351.85º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2818C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 140 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.18 |
| HSL | 351.85º | 0.47% | 0.66% | - |
| HSV(B) | 351.85º | 0.39% | 0.82% | - |
| XYZ | 39.16 | 31.3 | 28.79 | - |
| YUV | 154.47 | 119.84 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 140 | 0 | 0.39 | 0.33 | 0.18 | 351.85 | 0.47 | 0.66 |
| Hex | D2 | 81 | 8C | 0 | 27 | 21 | 12 | 160 | 2F | 42 |
| Octal | 322 | 201 | 214 | 0 | 47 | 41 | 22 | 540 | 57 | 102 |
| Binary | 11010010 | 10000001 | 10001100 | 0 | 100111 | 100001 | 10010 | 101100000 | 101111 | 1000010 |
Color Harmonies of #D2818C
Complementary color
Monochromatic Colors of #D2818C
Black with #D2818C
Text Example
Text Example
White with #D2818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2818C; }
p { color: rgb(210,129,140); }
H1.HeaderClassName
{
color: #D2818C;
}
.AnyTagClassName
{
color: #D2818C;
}
</style>
background-color css
<style>
a { background-color: #D2818C; }
a { background-color: rgb(210,129,140); }
div.DivClassName
{
background-color: #D2818C;
}
.BgClassName
{
background-color: #D2818C;
}
</style>
border-color css
<style>
span { border-color: #D2818C; }
span { border-color: rgb(210,129,140); }
td.TdClassName
{
border-color: #D2818C;
}
.TagClassName
{
border-color: #D2818C;
}
</style>