Shades of Charm #D2788B
Tints of Charm #D2788B
RGB
CMYK
RGB Variations
Color information
#D2788B (or 0xD2788B) is known color: Charm. HEX triplet: D2, 78 and 8B. RGB value is (210,120,139). Sum of RGB (Red+Green+Blue) = 210+120+139=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D2788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2788B is #2D8774. Grayscale: #959595. Windows color (decimal): -2983797 or 9140434. OLE color: 9140434.
HSL color Cylindrical-coordinate representation of color #D2788B: hue angle of 347.33º 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 #D2788B is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 139 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.18 |
| HSL | 347.33º | 0.5% | 0.65% | - |
| HSV(B) | 347.33º | 0.43% | 0.82% | - |
| XYZ | 37.96 | 29 | 28.02 | - |
| YUV | 149.08 | 122.32 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 139 | 0 | 0.43 | 0.34 | 0.18 | 347.33 | 0.5 | 0.65 |
| Hex | D2 | 78 | 8B | 0 | 2B | 22 | 12 | 15B | 32 | 41 |
| Octal | 322 | 170 | 213 | 0 | 53 | 42 | 22 | 533 | 62 | 101 |
| Binary | 11010010 | 1111000 | 10001011 | 0 | 101011 | 100010 | 10010 | 101011011 | 110010 | 1000001 |
Color Harmonies of #D2788B
Complementary color
Monochromatic Colors of #D2788B
Black with #D2788B
Text Example
Text Example
White with #D2788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2788B; }
p { color: rgb(210,120,139); }
H1.HeaderClassName
{
color: #D2788B;
}
.AnyTagClassName
{
color: #D2788B;
}
</style>
background-color css
<style>
a { background-color: #D2788B; }
a { background-color: rgb(210,120,139); }
div.DivClassName
{
background-color: #D2788B;
}
.BgClassName
{
background-color: #D2788B;
}
</style>
border-color css
<style>
span { border-color: #D2788B; }
span { border-color: rgb(210,120,139); }
td.TdClassName
{
border-color: #D2788B;
}
.TagClassName
{
border-color: #D2788B;
}
</style>