Shades of Charm #D0738E
Tints of Charm #D0738E
RGB
CMYK
RGB Variations
Color information
#D0738E (or 0xD0738E) is known color: Charm. HEX triplet: D0, 73 and 8E. RGB value is (208,115,142). Sum of RGB (Red+Green+Blue) = 208+115+142=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0738E is #2F8C71. Grayscale: #919191. Windows color (decimal): -3116146 or 9335760. OLE color: 9335760.
HSL color Cylindrical-coordinate representation of color #D0738E: hue angle of 342.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0738E is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 142 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.18 |
| HSL | 342.58º | 0.5% | 0.63% | - |
| HSV(B) | 342.58º | 0.45% | 0.82% | - |
| XYZ | 37.03 | 27.62 | 28.97 | - |
| YUV | 145.89 | 125.81 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 142 | 0 | 0.45 | 0.32 | 0.18 | 342.58 | 0.5 | 0.63 |
| Hex | D0 | 73 | 8E | 0 | 2D | 20 | 12 | 157 | 32 | 3F |
| Octal | 320 | 163 | 216 | 0 | 55 | 40 | 22 | 527 | 62 | 77 |
| Binary | 11010000 | 1110011 | 10001110 | 0 | 101101 | 100000 | 10010 | 101010111 | 110010 | 111111 |
Color Harmonies of #D0738E
Complementary color
Monochromatic Colors of #D0738E
Black with #D0738E
Text Example
Text Example
White with #D0738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0738E; }
p { color: rgb(208,115,142); }
H1.HeaderClassName
{
color: #D0738E;
}
.AnyTagClassName
{
color: #D0738E;
}
</style>
background-color css
<style>
a { background-color: #D0738E; }
a { background-color: rgb(208,115,142); }
div.DivClassName
{
background-color: #D0738E;
}
.BgClassName
{
background-color: #D0738E;
}
</style>
border-color css
<style>
span { border-color: #D0738E; }
span { border-color: rgb(208,115,142); }
td.TdClassName
{
border-color: #D0738E;
}
.TagClassName
{
border-color: #D0738E;
}
</style>