Shades of Charm #D2788D
Tints of Charm #D2788D
RGB
CMYK
RGB Variations
Color information
#D2788D (or 0xD2788D) is known color: Charm. HEX triplet: D2, 78 and 8D. RGB value is (210,120,141). Sum of RGB (Red+Green+Blue) = 210+120+141=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D2788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2788D is #2D8772. Grayscale: #959595. Windows color (decimal): -2983795 or 9271506. OLE color: 9271506.
HSL color Cylindrical-coordinate representation of color #D2788D: hue angle of 346º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2788D is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 141 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.18 |
| HSL | 346º | 0.5% | 0.65% | - |
| HSV(B) | 346º | 0.43% | 0.82% | - |
| XYZ | 38.1 | 29.06 | 28.8 | - |
| YUV | 149.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 141 | 0 | 0.43 | 0.33 | 0.18 | 346 | 0.5 | 0.65 |
| Hex | D2 | 78 | 8D | 0 | 2B | 21 | 12 | 15A | 32 | 41 |
| Octal | 322 | 170 | 215 | 0 | 53 | 41 | 22 | 532 | 62 | 101 |
| Binary | 11010010 | 1111000 | 10001101 | 0 | 101011 | 100001 | 10010 | 101011010 | 110010 | 1000001 |
Color Harmonies of #D2788D
Complementary color
Monochromatic Colors of #D2788D
Black with #D2788D
Text Example
Text Example
White with #D2788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2788D; }
p { color: rgb(210,120,141); }
H1.HeaderClassName
{
color: #D2788D;
}
.AnyTagClassName
{
color: #D2788D;
}
</style>
background-color css
<style>
a { background-color: #D2788D; }
a { background-color: rgb(210,120,141); }
div.DivClassName
{
background-color: #D2788D;
}
.BgClassName
{
background-color: #D2788D;
}
</style>
border-color css
<style>
span { border-color: #D2788D; }
span { border-color: rgb(210,120,141); }
td.TdClassName
{
border-color: #D2788D;
}
.TagClassName
{
border-color: #D2788D;
}
</style>