Shades of Charm #D0758A
Tints of Charm #D0758A
RGB
CMYK
RGB Variations
Color information
#D0758A (or 0xD0758A) is known color: Charm. HEX triplet: D0, 75 and 8A. RGB value is (208,117,138). Sum of RGB (Red+Green+Blue) = 208+117+138=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0758A is #2F8A75. Grayscale: #929292. Windows color (decimal): -3115638 or 9074128. OLE color: 9074128.
HSL color Cylindrical-coordinate representation of color #D0758A: hue angle of 346.15º 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 #D0758A is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 138 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.18 |
| HSL | 346.15º | 0.49% | 0.64% | - |
| HSV(B) | 346.15º | 0.44% | 0.82% | - |
| XYZ | 36.96 | 27.97 | 27.49 | - |
| YUV | 146.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 138 | 0 | 0.44 | 0.34 | 0.18 | 346.15 | 0.49 | 0.64 |
| Hex | D0 | 75 | 8A | 0 | 2C | 22 | 12 | 15A | 31 | 40 |
| Octal | 320 | 165 | 212 | 0 | 54 | 42 | 22 | 532 | 61 | 100 |
| Binary | 11010000 | 1110101 | 10001010 | 0 | 101100 | 100010 | 10010 | 101011010 | 110001 | 1000000 |
Color Harmonies of #D0758A
Complementary color
Monochromatic Colors of #D0758A
Black with #D0758A
Text Example
Text Example
White with #D0758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0758A; }
p { color: rgb(208,117,138); }
H1.HeaderClassName
{
color: #D0758A;
}
.AnyTagClassName
{
color: #D0758A;
}
</style>
background-color css
<style>
a { background-color: #D0758A; }
a { background-color: rgb(208,117,138); }
div.DivClassName
{
background-color: #D0758A;
}
.BgClassName
{
background-color: #D0758A;
}
</style>
border-color css
<style>
span { border-color: #D0758A; }
span { border-color: rgb(208,117,138); }
td.TdClassName
{
border-color: #D0758A;
}
.TagClassName
{
border-color: #D0758A;
}
</style>