Shades of Hopbush #D06DB2
Tints of Hopbush #D06DB2
RGB
CMYK
RGB Variations
Color information
#D06DB2 (or 0xD06DB2) is known color: Hopbush. HEX triplet: D0, 6D and B2. RGB value is (208,109,178). Sum of RGB (Red+Green+Blue) = 208+109+178=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06DB2 is #2F924D. Grayscale: #929292. Windows color (decimal): -3117646 or 11693520. OLE color: 11693520.
HSL color Cylindrical-coordinate representation of color #D06DB2: hue angle of 318.18º degrees, saturation: 0.51, 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 #D06DB2 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 178 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.18 |
| HSL | 318.18º | 0.51% | 0.62% | - |
| HSV(B) | 318.18º | 0.48% | 0.82% | - |
| XYZ | 39.52 | 27.56 | 45.36 | - |
| YUV | 146.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 178 | 0 | 0.48 | 0.14 | 0.18 | 318.18 | 0.51 | 0.62 |
| Hex | D0 | 6D | B2 | 0 | 30 | E | 12 | 13E | 33 | 3E |
| Octal | 320 | 155 | 262 | 0 | 60 | 16 | 22 | 476 | 63 | 76 |
| Binary | 11010000 | 1101101 | 10110010 | 0 | 110000 | 1110 | 10010 | 100111110 | 110011 | 111110 |
Color Harmonies of #D06DB2
Complementary color
Monochromatic Colors of #D06DB2
Black with #D06DB2
Text Example
Text Example
White with #D06DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DB2; }
p { color: rgb(208,109,178); }
H1.HeaderClassName
{
color: #D06DB2;
}
.AnyTagClassName
{
color: #D06DB2;
}
</style>
background-color css
<style>
a { background-color: #D06DB2; }
a { background-color: rgb(208,109,178); }
div.DivClassName
{
background-color: #D06DB2;
}
.BgClassName
{
background-color: #D06DB2;
}
</style>
border-color css
<style>
span { border-color: #D06DB2; }
span { border-color: rgb(208,109,178); }
td.TdClassName
{
border-color: #D06DB2;
}
.TagClassName
{
border-color: #D06DB2;
}
</style>