Shades of Charm #D07894
Tints of Charm #D07894
RGB
CMYK
RGB Variations
Color information
#D07894 (or 0xD07894) is known color: Charm. HEX triplet: D0, 78 and 94. RGB value is (208,120,148). Sum of RGB (Red+Green+Blue) = 208+120+148=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D07894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07894 is #2F876B. Grayscale: #959595. Windows color (decimal): -3114860 or 9730256. OLE color: 9730256.
HSL color Cylindrical-coordinate representation of color #D07894: hue angle of 340.91º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07894 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 148 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.18 |
| HSL | 340.91º | 0.48% | 0.64% | - |
| HSV(B) | 340.91º | 0.42% | 0.82% | - |
| XYZ | 38.07 | 28.98 | 31.6 | - |
| YUV | 149.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 148 | 0 | 0.42 | 0.29 | 0.18 | 340.91 | 0.48 | 0.64 |
| Hex | D0 | 78 | 94 | 0 | 2A | 1D | 12 | 155 | 30 | 40 |
| Octal | 320 | 170 | 224 | 0 | 52 | 35 | 22 | 525 | 60 | 100 |
| Binary | 11010000 | 1111000 | 10010100 | 0 | 101010 | 11101 | 10010 | 101010101 | 110000 | 1000000 |
Color Harmonies of #D07894
Complementary color
Monochromatic Colors of #D07894
Black with #D07894
Text Example
Text Example
White with #D07894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07894; }
p { color: rgb(208,120,148); }
H1.HeaderClassName
{
color: #D07894;
}
.AnyTagClassName
{
color: #D07894;
}
</style>
background-color css
<style>
a { background-color: #D07894; }
a { background-color: rgb(208,120,148); }
div.DivClassName
{
background-color: #D07894;
}
.BgClassName
{
background-color: #D07894;
}
</style>
border-color css
<style>
span { border-color: #D07894; }
span { border-color: rgb(208,120,148); }
td.TdClassName
{
border-color: #D07894;
}
.TagClassName
{
border-color: #D07894;
}
</style>