Shades of Charm #D0737F
Tints of Charm #D0737F
RGB
CMYK
RGB Variations
Color information
#D0737F (or 0xD0737F) is known color: Charm. HEX triplet: D0, 73 and 7F. RGB value is (208,115,127). Sum of RGB (Red+Green+Blue) = 208+115+127=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0737F is #2F8C80. Grayscale: #909090. Windows color (decimal): -3116161 or 8352720. OLE color: 8352720.
HSL color Cylindrical-coordinate representation of color #D0737F: hue angle of 352.26º 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 #D0737F is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 127 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.18 |
| HSL | 352.26º | 0.5% | 0.63% | - |
| HSV(B) | 352.26º | 0.45% | 0.82% | - |
| XYZ | 35.97 | 27.2 | 23.43 | - |
| YUV | 144.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 127 | 0 | 0.45 | 0.39 | 0.18 | 352.26 | 0.5 | 0.63 |
| Hex | D0 | 73 | 7F | 0 | 2D | 27 | 12 | 160 | 32 | 3F |
| Octal | 320 | 163 | 177 | 0 | 55 | 47 | 22 | 540 | 62 | 77 |
| Binary | 11010000 | 1110011 | 1111111 | 0 | 101101 | 100111 | 10010 | 101100000 | 110010 | 111111 |
Color Harmonies of #D0737F
Complementary color
Monochromatic Colors of #D0737F
Black with #D0737F
Text Example
Text Example
White with #D0737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0737F; }
p { color: rgb(208,115,127); }
H1.HeaderClassName
{
color: #D0737F;
}
.AnyTagClassName
{
color: #D0737F;
}
</style>
background-color css
<style>
a { background-color: #D0737F; }
a { background-color: rgb(208,115,127); }
div.DivClassName
{
background-color: #D0737F;
}
.BgClassName
{
background-color: #D0737F;
}
</style>
border-color css
<style>
span { border-color: #D0737F; }
span { border-color: rgb(208,115,127); }
td.TdClassName
{
border-color: #D0737F;
}
.TagClassName
{
border-color: #D0737F;
}
</style>