Shades of Charm #D07C93
Tints of Charm #D07C93
RGB
CMYK
RGB Variations
Color information
#D07C93 (or 0xD07C93) is known color: Charm. HEX triplet: D0, 7C and 93. RGB value is (208,124,147). Sum of RGB (Red+Green+Blue) = 208+124+147=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07C93 is #2F836C. Grayscale: #979797. Windows color (decimal): -3113837 or 9665744. OLE color: 9665744.
HSL color Cylindrical-coordinate representation of color #D07C93: hue angle of 343.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07C93 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 147 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.18 |
| HSL | 343.57º | 0.47% | 0.65% | - |
| HSV(B) | 343.57º | 0.4% | 0.82% | - |
| XYZ | 38.49 | 29.93 | 31.35 | - |
| YUV | 151.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 147 | 0 | 0.40 | 0.29 | 0.18 | 343.57 | 0.47 | 0.65 |
| Hex | D0 | 7C | 93 | 0 | 28 | 1D | 12 | 158 | 2F | 41 |
| Octal | 320 | 174 | 223 | 0 | 50 | 35 | 22 | 530 | 57 | 101 |
| Binary | 11010000 | 1111100 | 10010011 | 0 | 101000 | 11101 | 10010 | 101011000 | 101111 | 1000001 |
Color Harmonies of #D07C93
Complementary color
Monochromatic Colors of #D07C93
Black with #D07C93
Text Example
Text Example
White with #D07C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C93; }
p { color: rgb(208,124,147); }
H1.HeaderClassName
{
color: #D07C93;
}
.AnyTagClassName
{
color: #D07C93;
}
</style>
background-color css
<style>
a { background-color: #D07C93; }
a { background-color: rgb(208,124,147); }
div.DivClassName
{
background-color: #D07C93;
}
.BgClassName
{
background-color: #D07C93;
}
</style>
border-color css
<style>
span { border-color: #D07C93; }
span { border-color: rgb(208,124,147); }
td.TdClassName
{
border-color: #D07C93;
}
.TagClassName
{
border-color: #D07C93;
}
</style>