Shades of Charm #D07C94
Tints of Charm #D07C94
RGB
CMYK
RGB Variations
Color information
#D07C94 (or 0xD07C94) is known color: Charm. HEX triplet: D0, 7C and 94. RGB value is (208,124,148). Sum of RGB (Red+Green+Blue) = 208+124+148=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07C94 is #2F836B. Grayscale: #979797. Windows color (decimal): -3113836 or 9731280. OLE color: 9731280.
HSL color Cylindrical-coordinate representation of color #D07C94: hue angle of 342.86º 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 #D07C94 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 148 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.18 |
| HSL | 342.86º | 0.47% | 0.65% | - |
| HSV(B) | 342.86º | 0.4% | 0.82% | - |
| XYZ | 38.57 | 29.96 | 31.77 | - |
| YUV | 151.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 148 | 0 | 0.40 | 0.29 | 0.18 | 342.86 | 0.47 | 0.65 |
| Hex | D0 | 7C | 94 | 0 | 28 | 1D | 12 | 157 | 2F | 41 |
| Octal | 320 | 174 | 224 | 0 | 50 | 35 | 22 | 527 | 57 | 101 |
| Binary | 11010000 | 1111100 | 10010100 | 0 | 101000 | 11101 | 10010 | 101010111 | 101111 | 1000001 |
Color Harmonies of #D07C94
Complementary color
Monochromatic Colors of #D07C94
Black with #D07C94
Text Example
Text Example
White with #D07C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C94; }
p { color: rgb(208,124,148); }
H1.HeaderClassName
{
color: #D07C94;
}
.AnyTagClassName
{
color: #D07C94;
}
</style>
background-color css
<style>
a { background-color: #D07C94; }
a { background-color: rgb(208,124,148); }
div.DivClassName
{
background-color: #D07C94;
}
.BgClassName
{
background-color: #D07C94;
}
</style>
border-color css
<style>
span { border-color: #D07C94; }
span { border-color: rgb(208,124,148); }
td.TdClassName
{
border-color: #D07C94;
}
.TagClassName
{
border-color: #D07C94;
}
</style>