Shades of Charm #D07893
Tints of Charm #D07893
RGB
CMYK
RGB Variations
Color information
#D07893 (or 0xD07893) is known color: Charm. HEX triplet: D0, 78 and 93. RGB value is (208,120,147). Sum of RGB (Red+Green+Blue) = 208+120+147=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D07893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07893 is #2F876C. Grayscale: #959595. Windows color (decimal): -3114861 or 9664720. OLE color: 9664720.
HSL color Cylindrical-coordinate representation of color #D07893: hue angle of 341.59º 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 #D07893 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 147 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.18 |
| HSL | 341.59º | 0.48% | 0.64% | - |
| HSV(B) | 341.59º | 0.42% | 0.82% | - |
| XYZ | 38 | 28.95 | 31.19 | - |
| YUV | 149.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 147 | 0 | 0.42 | 0.29 | 0.18 | 341.59 | 0.48 | 0.64 |
| Hex | D0 | 78 | 93 | 0 | 2A | 1D | 12 | 156 | 30 | 40 |
| Octal | 320 | 170 | 223 | 0 | 52 | 35 | 22 | 526 | 60 | 100 |
| Binary | 11010000 | 1111000 | 10010011 | 0 | 101010 | 11101 | 10010 | 101010110 | 110000 | 1000000 |
Color Harmonies of #D07893
Complementary color
Monochromatic Colors of #D07893
Black with #D07893
Text Example
Text Example
White with #D07893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07893; }
p { color: rgb(208,120,147); }
H1.HeaderClassName
{
color: #D07893;
}
.AnyTagClassName
{
color: #D07893;
}
</style>
background-color css
<style>
a { background-color: #D07893; }
a { background-color: rgb(208,120,147); }
div.DivClassName
{
background-color: #D07893;
}
.BgClassName
{
background-color: #D07893;
}
</style>
border-color css
<style>
span { border-color: #D07893; }
span { border-color: rgb(208,120,147); }
td.TdClassName
{
border-color: #D07893;
}
.TagClassName
{
border-color: #D07893;
}
</style>