Shades of Hopbush #D07CAC
Tints of Hopbush #D07CAC
RGB
CMYK
RGB Variations
Color information
#D07CAC (or 0xD07CAC) is known color: Hopbush. HEX triplet: D0, 7C and AC. RGB value is (208,124,172). Sum of RGB (Red+Green+Blue) = 208+124+172=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07CAC is #2F8353. Grayscale: #9A9A9A. Windows color (decimal): -3113812 or 11304144. OLE color: 11304144.
HSL color Cylindrical-coordinate representation of color #D07CAC: hue angle of 325.71º 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 #D07CAC is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 172 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.18 |
| HSL | 325.71º | 0.47% | 0.65% | - |
| HSV(B) | 325.71º | 0.4% | 0.82% | - |
| XYZ | 40.67 | 30.8 | 42.83 | - |
| YUV | 154.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 172 | 0 | 0.40 | 0.17 | 0.18 | 325.71 | 0.47 | 0.65 |
| Hex | D0 | 7C | AC | 0 | 28 | 11 | 12 | 146 | 2F | 41 |
| Octal | 320 | 174 | 254 | 0 | 50 | 21 | 22 | 506 | 57 | 101 |
| Binary | 11010000 | 1111100 | 10101100 | 0 | 101000 | 10001 | 10010 | 101000110 | 101111 | 1000001 |
Color Harmonies of #D07CAC
Complementary color
Monochromatic Colors of #D07CAC
Black with #D07CAC
Text Example
Text Example
White with #D07CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CAC; }
p { color: rgb(208,124,172); }
H1.HeaderClassName
{
color: #D07CAC;
}
.AnyTagClassName
{
color: #D07CAC;
}
</style>
background-color css
<style>
a { background-color: #D07CAC; }
a { background-color: rgb(208,124,172); }
div.DivClassName
{
background-color: #D07CAC;
}
.BgClassName
{
background-color: #D07CAC;
}
</style>
border-color css
<style>
span { border-color: #D07CAC; }
span { border-color: rgb(208,124,172); }
td.TdClassName
{
border-color: #D07CAC;
}
.TagClassName
{
border-color: #D07CAC;
}
</style>