Shades of Charm #D07390
Tints of Charm #D07390
RGB
CMYK
RGB Variations
Color information
#D07390 (or 0xD07390) is known color: Charm. HEX triplet: D0, 73 and 90. RGB value is (208,115,144). Sum of RGB (Red+Green+Blue) = 208+115+144=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D07390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07390 is #2F8C6F. Grayscale: #929292. Windows color (decimal): -3116144 or 9466832. OLE color: 9466832.
HSL color Cylindrical-coordinate representation of color #D07390: hue angle of 341.29º 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 #D07390 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 144 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.18 |
| HSL | 341.29º | 0.5% | 0.63% | - |
| HSV(B) | 341.29º | 0.45% | 0.82% | - |
| XYZ | 37.18 | 27.68 | 29.77 | - |
| YUV | 146.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 144 | 0 | 0.45 | 0.31 | 0.18 | 341.29 | 0.5 | 0.63 |
| Hex | D0 | 73 | 90 | 0 | 2D | 1F | 12 | 155 | 32 | 3F |
| Octal | 320 | 163 | 220 | 0 | 55 | 37 | 22 | 525 | 62 | 77 |
| Binary | 11010000 | 1110011 | 10010000 | 0 | 101101 | 11111 | 10010 | 101010101 | 110010 | 111111 |
Color Harmonies of #D07390
Complementary color
Monochromatic Colors of #D07390
Black with #D07390
Text Example
Text Example
White with #D07390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07390; }
p { color: rgb(208,115,144); }
H1.HeaderClassName
{
color: #D07390;
}
.AnyTagClassName
{
color: #D07390;
}
</style>
background-color css
<style>
a { background-color: #D07390; }
a { background-color: rgb(208,115,144); }
div.DivClassName
{
background-color: #D07390;
}
.BgClassName
{
background-color: #D07390;
}
</style>
border-color css
<style>
span { border-color: #D07390; }
span { border-color: rgb(208,115,144); }
td.TdClassName
{
border-color: #D07390;
}
.TagClassName
{
border-color: #D07390;
}
</style>