Shades of Charm #D0737E
Tints of Charm #D0737E
RGB
CMYK
RGB Variations
Color information
#D0737E (or 0xD0737E) is known color: Charm. HEX triplet: D0, 73 and 7E. RGB value is (208,115,126). Sum of RGB (Red+Green+Blue) = 208+115+126=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0737E is #2F8C81. Grayscale: #909090. Windows color (decimal): -3116162 or 8287184. OLE color: 8287184.
HSL color Cylindrical-coordinate representation of color #D0737E: hue angle of 352.9º 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 #D0737E is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 126 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.18 |
| HSL | 352.9º | 0.5% | 0.63% | - |
| HSV(B) | 352.9º | 0.45% | 0.82% | - |
| XYZ | 35.91 | 27.18 | 23.09 | - |
| YUV | 144.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 126 | 0 | 0.45 | 0.39 | 0.18 | 352.9 | 0.5 | 0.63 |
| Hex | D0 | 73 | 7E | 0 | 2D | 27 | 12 | 161 | 32 | 3F |
| Octal | 320 | 163 | 176 | 0 | 55 | 47 | 22 | 541 | 62 | 77 |
| Binary | 11010000 | 1110011 | 1111110 | 0 | 101101 | 100111 | 10010 | 101100001 | 110010 | 111111 |
Color Harmonies of #D0737E
Complementary color
Monochromatic Colors of #D0737E
Black with #D0737E
Text Example
Text Example
White with #D0737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0737E; }
p { color: rgb(208,115,126); }
H1.HeaderClassName
{
color: #D0737E;
}
.AnyTagClassName
{
color: #D0737E;
}
</style>
background-color css
<style>
a { background-color: #D0737E; }
a { background-color: rgb(208,115,126); }
div.DivClassName
{
background-color: #D0737E;
}
.BgClassName
{
background-color: #D0737E;
}
</style>
border-color css
<style>
span { border-color: #D0737E; }
span { border-color: rgb(208,115,126); }
td.TdClassName
{
border-color: #D0737E;
}
.TagClassName
{
border-color: #D0737E;
}
</style>