Shades of Hopbush #D06CB0
Tints of Hopbush #D06CB0
RGB
CMYK
RGB Variations
Color information
#D06CB0 (or 0xD06CB0) is known color: Hopbush. HEX triplet: D0, 6C and B0. RGB value is (208,108,176). Sum of RGB (Red+Green+Blue) = 208+108+176=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06CB0 is #2F934F. Grayscale: #919191. Windows color (decimal): -3117904 or 11562192. OLE color: 11562192.
HSL color Cylindrical-coordinate representation of color #D06CB0: hue angle of 319.2º 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 #D06CB0 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 176 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.18 |
| HSL | 319.2º | 0.52% | 0.62% | - |
| HSV(B) | 319.2º | 0.48% | 0.82% | - |
| XYZ | 39.21 | 27.27 | 44.27 | - |
| YUV | 145.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 176 | 0 | 0.48 | 0.15 | 0.18 | 319.2 | 0.52 | 0.62 |
| Hex | D0 | 6C | B0 | 0 | 30 | F | 12 | 13F | 34 | 3E |
| Octal | 320 | 154 | 260 | 0 | 60 | 17 | 22 | 477 | 64 | 76 |
| Binary | 11010000 | 1101100 | 10110000 | 0 | 110000 | 1111 | 10010 | 100111111 | 110100 | 111110 |
Color Harmonies of #D06CB0
Complementary color
Monochromatic Colors of #D06CB0
Black with #D06CB0
Text Example
Text Example
White with #D06CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CB0; }
p { color: rgb(208,108,176); }
H1.HeaderClassName
{
color: #D06CB0;
}
.AnyTagClassName
{
color: #D06CB0;
}
</style>
background-color css
<style>
a { background-color: #D06CB0; }
a { background-color: rgb(208,108,176); }
div.DivClassName
{
background-color: #D06CB0;
}
.BgClassName
{
background-color: #D06CB0;
}
</style>
border-color css
<style>
span { border-color: #D06CB0; }
span { border-color: rgb(208,108,176); }
td.TdClassName
{
border-color: #D06CB0;
}
.TagClassName
{
border-color: #D06CB0;
}
</style>