Shades of Charm #D2778E
Tints of Charm #D2778E
RGB
CMYK
RGB Variations
Color information
#D2778E (or 0xD2778E) is known color: Charm. HEX triplet: D2, 77 and 8E. RGB value is (210,119,142). Sum of RGB (Red+Green+Blue) = 210+119+142=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D2778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2778E is #2D8871. Grayscale: #949494. Windows color (decimal): -2984050 or 9336786. OLE color: 9336786.
HSL color Cylindrical-coordinate representation of color #D2778E: hue angle of 344.84º 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 #D2778E is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 142 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.18 |
| HSL | 344.84º | 0.5% | 0.65% | - |
| HSV(B) | 344.84º | 0.43% | 0.82% | - |
| XYZ | 38.06 | 28.85 | 29.15 | - |
| YUV | 148.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 142 | 0 | 0.43 | 0.32 | 0.18 | 344.84 | 0.5 | 0.65 |
| Hex | D2 | 77 | 8E | 0 | 2B | 20 | 12 | 159 | 32 | 41 |
| Octal | 322 | 167 | 216 | 0 | 53 | 40 | 22 | 531 | 62 | 101 |
| Binary | 11010010 | 1110111 | 10001110 | 0 | 101011 | 100000 | 10010 | 101011001 | 110010 | 1000001 |
Color Harmonies of #D2778E
Complementary color
Monochromatic Colors of #D2778E
Black with #D2778E
Text Example
Text Example
White with #D2778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2778E; }
p { color: rgb(210,119,142); }
H1.HeaderClassName
{
color: #D2778E;
}
.AnyTagClassName
{
color: #D2778E;
}
</style>
background-color css
<style>
a { background-color: #D2778E; }
a { background-color: rgb(210,119,142); }
div.DivClassName
{
background-color: #D2778E;
}
.BgClassName
{
background-color: #D2778E;
}
</style>
border-color css
<style>
span { border-color: #D2778E; }
span { border-color: rgb(210,119,142); }
td.TdClassName
{
border-color: #D2778E;
}
.TagClassName
{
border-color: #D2778E;
}
</style>