Shades of Charm #D0778B
Tints of Charm #D0778B
RGB
CMYK
RGB Variations
Color information
#D0778B (or 0xD0778B) is known color: Charm. HEX triplet: D0, 77 and 8B. RGB value is (208,119,139). Sum of RGB (Red+Green+Blue) = 208+119+139=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0778B is #2F8874. Grayscale: #939393. Windows color (decimal): -3115125 or 9140176. OLE color: 9140176.
HSL color Cylindrical-coordinate representation of color #D0778B: hue angle of 346.52º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0778B is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 139 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.18 |
| HSL | 346.52º | 0.49% | 0.64% | - |
| HSV(B) | 346.52º | 0.43% | 0.82% | - |
| XYZ | 37.27 | 28.47 | 27.96 | - |
| YUV | 147.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 139 | 0 | 0.43 | 0.33 | 0.18 | 346.52 | 0.49 | 0.64 |
| Hex | D0 | 77 | 8B | 0 | 2B | 21 | 12 | 15B | 31 | 40 |
| Octal | 320 | 167 | 213 | 0 | 53 | 41 | 22 | 533 | 61 | 100 |
| Binary | 11010000 | 1110111 | 10001011 | 0 | 101011 | 100001 | 10010 | 101011011 | 110001 | 1000000 |
Color Harmonies of #D0778B
Complementary color
Monochromatic Colors of #D0778B
Black with #D0778B
Text Example
Text Example
White with #D0778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0778B; }
p { color: rgb(208,119,139); }
H1.HeaderClassName
{
color: #D0778B;
}
.AnyTagClassName
{
color: #D0778B;
}
</style>
background-color css
<style>
a { background-color: #D0778B; }
a { background-color: rgb(208,119,139); }
div.DivClassName
{
background-color: #D0778B;
}
.BgClassName
{
background-color: #D0778B;
}
</style>
border-color css
<style>
span { border-color: #D0778B; }
span { border-color: rgb(208,119,139); }
td.TdClassName
{
border-color: #D0778B;
}
.TagClassName
{
border-color: #D0778B;
}
</style>