Shades of Charm #D0757F
Tints of Charm #D0757F
RGB
CMYK
RGB Variations
Color information
#D0757F (or 0xD0757F) is known color: Charm. HEX triplet: D0, 75 and 7F. RGB value is (208,117,127). Sum of RGB (Red+Green+Blue) = 208+117+127=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0757F is #2F8A80. Grayscale: #919191. Windows color (decimal): -3115649 or 8353232. OLE color: 8353232.
HSL color Cylindrical-coordinate representation of color #D0757F: hue angle of 353.41º 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 #D0757F is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 127 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.18 |
| HSL | 353.41º | 0.49% | 0.64% | - |
| HSV(B) | 353.41º | 0.44% | 0.82% | - |
| XYZ | 36.2 | 27.66 | 23.51 | - |
| YUV | 145.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 127 | 0 | 0.44 | 0.39 | 0.18 | 353.41 | 0.49 | 0.64 |
| Hex | D0 | 75 | 7F | 0 | 2C | 27 | 12 | 161 | 31 | 40 |
| Octal | 320 | 165 | 177 | 0 | 54 | 47 | 22 | 541 | 61 | 100 |
| Binary | 11010000 | 1110101 | 1111111 | 0 | 101100 | 100111 | 10010 | 101100001 | 110001 | 1000000 |
Color Harmonies of #D0757F
Complementary color
Monochromatic Colors of #D0757F
Black with #D0757F
Text Example
Text Example
White with #D0757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0757F; }
p { color: rgb(208,117,127); }
H1.HeaderClassName
{
color: #D0757F;
}
.AnyTagClassName
{
color: #D0757F;
}
</style>
background-color css
<style>
a { background-color: #D0757F; }
a { background-color: rgb(208,117,127); }
div.DivClassName
{
background-color: #D0757F;
}
.BgClassName
{
background-color: #D0757F;
}
</style>
border-color css
<style>
span { border-color: #D0757F; }
span { border-color: rgb(208,117,127); }
td.TdClassName
{
border-color: #D0757F;
}
.TagClassName
{
border-color: #D0757F;
}
</style>