Shades of Charm #D0728E
Tints of Charm #D0728E
RGB
CMYK
RGB Variations
Color information
#D0728E (or 0xD0728E) is known color: Charm. HEX triplet: D0, 72 and 8E. RGB value is (208,114,142). Sum of RGB (Red+Green+Blue) = 208+114+142=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0728E is #2F8D71. Grayscale: #919191. Windows color (decimal): -3116402 or 9335504. OLE color: 9335504.
HSL color Cylindrical-coordinate representation of color #D0728E: hue angle of 342.13º 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 #D0728E is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 142 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.18 |
| HSL | 342.13º | 0.5% | 0.63% | - |
| HSV(B) | 342.13º | 0.45% | 0.82% | - |
| XYZ | 36.91 | 27.4 | 28.93 | - |
| YUV | 145.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 142 | 0 | 0.45 | 0.32 | 0.18 | 342.13 | 0.5 | 0.63 |
| Hex | D0 | 72 | 8E | 0 | 2D | 20 | 12 | 156 | 32 | 3F |
| Octal | 320 | 162 | 216 | 0 | 55 | 40 | 22 | 526 | 62 | 77 |
| Binary | 11010000 | 1110010 | 10001110 | 0 | 101101 | 100000 | 10010 | 101010110 | 110010 | 111111 |
Color Harmonies of #D0728E
Complementary color
Monochromatic Colors of #D0728E
Black with #D0728E
Text Example
Text Example
White with #D0728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0728E; }
p { color: rgb(208,114,142); }
H1.HeaderClassName
{
color: #D0728E;
}
.AnyTagClassName
{
color: #D0728E;
}
</style>
background-color css
<style>
a { background-color: #D0728E; }
a { background-color: rgb(208,114,142); }
div.DivClassName
{
background-color: #D0728E;
}
.BgClassName
{
background-color: #D0728E;
}
</style>
border-color css
<style>
span { border-color: #D0728E; }
span { border-color: rgb(208,114,142); }
td.TdClassName
{
border-color: #D0728E;
}
.TagClassName
{
border-color: #D0728E;
}
</style>