Shades of Charm #D0737D
Tints of Charm #D0737D
RGB
CMYK
RGB Variations
Color information
#D0737D (or 0xD0737D) is known color: Charm. HEX triplet: D0, 73 and 7D. RGB value is (208,115,125). Sum of RGB (Red+Green+Blue) = 208+115+125=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0737D is #2F8C82. Grayscale: #909090. Windows color (decimal): -3116163 or 8221648. OLE color: 8221648.
HSL color Cylindrical-coordinate representation of color #D0737D: hue angle of 353.55º 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 #D0737D is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 125 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.18 |
| HSL | 353.55º | 0.5% | 0.63% | - |
| HSV(B) | 353.55º | 0.45% | 0.82% | - |
| XYZ | 35.84 | 27.15 | 22.75 | - |
| YUV | 143.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 125 | 0 | 0.45 | 0.40 | 0.18 | 353.55 | 0.5 | 0.63 |
| Hex | D0 | 73 | 7D | 0 | 2D | 28 | 12 | 162 | 32 | 3F |
| Octal | 320 | 163 | 175 | 0 | 55 | 50 | 22 | 542 | 62 | 77 |
| Binary | 11010000 | 1110011 | 1111101 | 0 | 101101 | 101000 | 10010 | 101100010 | 110010 | 111111 |
Color Harmonies of #D0737D
Complementary color
Monochromatic Colors of #D0737D
Black with #D0737D
Text Example
Text Example
White with #D0737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0737D; }
p { color: rgb(208,115,125); }
H1.HeaderClassName
{
color: #D0737D;
}
.AnyTagClassName
{
color: #D0737D;
}
</style>
background-color css
<style>
a { background-color: #D0737D; }
a { background-color: rgb(208,115,125); }
div.DivClassName
{
background-color: #D0737D;
}
.BgClassName
{
background-color: #D0737D;
}
</style>
border-color css
<style>
span { border-color: #D0737D; }
span { border-color: rgb(208,115,125); }
td.TdClassName
{
border-color: #D0737D;
}
.TagClassName
{
border-color: #D0737D;
}
</style>