Shades of Charm #D0747F
Tints of Charm #D0747F
RGB
CMYK
RGB Variations
Color information
#D0747F (or 0xD0747F) is known color: Charm. HEX triplet: D0, 74 and 7F. RGB value is (208,116,127). Sum of RGB (Red+Green+Blue) = 208+116+127=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0747F is #2F8B80. Grayscale: #909090. Windows color (decimal): -3115905 or 8352976. OLE color: 8352976.
HSL color Cylindrical-coordinate representation of color #D0747F: hue angle of 352.83º 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 #D0747F is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 127 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.18 |
| HSL | 352.83º | 0.49% | 0.64% | - |
| HSV(B) | 352.83º | 0.44% | 0.82% | - |
| XYZ | 36.09 | 27.43 | 23.47 | - |
| YUV | 144.76 | 117.98 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 127 | 0 | 0.44 | 0.39 | 0.18 | 352.83 | 0.49 | 0.64 |
| Hex | D0 | 74 | 7F | 0 | 2C | 27 | 12 | 161 | 31 | 40 |
| Octal | 320 | 164 | 177 | 0 | 54 | 47 | 22 | 541 | 61 | 100 |
| Binary | 11010000 | 1110100 | 1111111 | 0 | 101100 | 100111 | 10010 | 101100001 | 110001 | 1000000 |
Color Harmonies of #D0747F
Complementary color
Monochromatic Colors of #D0747F
Black with #D0747F
Text Example
Text Example
White with #D0747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0747F; }
p { color: rgb(208,116,127); }
H1.HeaderClassName
{
color: #D0747F;
}
.AnyTagClassName
{
color: #D0747F;
}
</style>
background-color css
<style>
a { background-color: #D0747F; }
a { background-color: rgb(208,116,127); }
div.DivClassName
{
background-color: #D0747F;
}
.BgClassName
{
background-color: #D0747F;
}
</style>
border-color css
<style>
span { border-color: #D0747F; }
span { border-color: rgb(208,116,127); }
td.TdClassName
{
border-color: #D0747F;
}
.TagClassName
{
border-color: #D0747F;
}
</style>