Shades of Hopbush #D06CA3
Tints of Hopbush #D06CA3
RGB
CMYK
RGB Variations
Color information
#D06CA3 (or 0xD06CA3) is known color: Hopbush. HEX triplet: D0, 6C and A3. RGB value is (208,108,163). Sum of RGB (Red+Green+Blue) = 208+108+163=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06CA3 is #2F935C. Grayscale: #909090. Windows color (decimal): -3117917 or 10710224. OLE color: 10710224.
HSL color Cylindrical-coordinate representation of color #D06CA3: hue angle of 327º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06CA3 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 163 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.18 |
| HSL | 327º | 0.52% | 0.62% | - |
| HSV(B) | 327º | 0.48% | 0.82% | - |
| XYZ | 37.99 | 26.78 | 37.82 | - |
| YUV | 144.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 163 | 0 | 0.48 | 0.22 | 0.18 | 327 | 0.52 | 0.62 |
| Hex | D0 | 6C | A3 | 0 | 30 | 16 | 12 | 147 | 34 | 3E |
| Octal | 320 | 154 | 243 | 0 | 60 | 26 | 22 | 507 | 64 | 76 |
| Binary | 11010000 | 1101100 | 10100011 | 0 | 110000 | 10110 | 10010 | 101000111 | 110100 | 111110 |
Color Harmonies of #D06CA3
Complementary color
Monochromatic Colors of #D06CA3
Black with #D06CA3
Text Example
Text Example
White with #D06CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CA3; }
p { color: rgb(208,108,163); }
H1.HeaderClassName
{
color: #D06CA3;
}
.AnyTagClassName
{
color: #D06CA3;
}
</style>
background-color css
<style>
a { background-color: #D06CA3; }
a { background-color: rgb(208,108,163); }
div.DivClassName
{
background-color: #D06CA3;
}
.BgClassName
{
background-color: #D06CA3;
}
</style>
border-color css
<style>
span { border-color: #D06CA3; }
span { border-color: rgb(208,108,163); }
td.TdClassName
{
border-color: #D06CA3;
}
.TagClassName
{
border-color: #D06CA3;
}
</style>