Shades of Charm #D0748E
Tints of Charm #D0748E
RGB
CMYK
RGB Variations
Color information
#D0748E (or 0xD0748E) is known color: Charm. HEX triplet: D0, 74 and 8E. RGB value is (208,116,142). Sum of RGB (Red+Green+Blue) = 208+116+142=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0748E is #2F8B71. Grayscale: #929292. Windows color (decimal): -3115890 or 9336016. OLE color: 9336016.
HSL color Cylindrical-coordinate representation of color #D0748E: hue angle of 343.04º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0748E is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 142 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.18 |
| HSL | 343.04º | 0.49% | 0.64% | - |
| HSV(B) | 343.04º | 0.44% | 0.82% | - |
| XYZ | 37.14 | 27.85 | 29.01 | - |
| YUV | 146.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 142 | 0 | 0.44 | 0.32 | 0.18 | 343.04 | 0.49 | 0.64 |
| Hex | D0 | 74 | 8E | 0 | 2C | 20 | 12 | 157 | 31 | 40 |
| Octal | 320 | 164 | 216 | 0 | 54 | 40 | 22 | 527 | 61 | 100 |
| Binary | 11010000 | 1110100 | 10001110 | 0 | 101100 | 100000 | 10010 | 101010111 | 110001 | 1000000 |
Color Harmonies of #D0748E
Complementary color
Monochromatic Colors of #D0748E
Black with #D0748E
Text Example
Text Example
White with #D0748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0748E; }
p { color: rgb(208,116,142); }
H1.HeaderClassName
{
color: #D0748E;
}
.AnyTagClassName
{
color: #D0748E;
}
</style>
background-color css
<style>
a { background-color: #D0748E; }
a { background-color: rgb(208,116,142); }
div.DivClassName
{
background-color: #D0748E;
}
.BgClassName
{
background-color: #D0748E;
}
</style>
border-color css
<style>
span { border-color: #D0748E; }
span { border-color: rgb(208,116,142); }
td.TdClassName
{
border-color: #D0748E;
}
.TagClassName
{
border-color: #D0748E;
}
</style>