Shades of Hopbush #D06BAF
Tints of Hopbush #D06BAF
RGB
CMYK
RGB Variations
Color information
#D06BAF (or 0xD06BAF) is known color: Hopbush. HEX triplet: D0, 6B and AF. RGB value is (208,107,175). Sum of RGB (Red+Green+Blue) = 208+107+175=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06BAF is #2F9450. Grayscale: #909090. Windows color (decimal): -3118161 or 11496400. OLE color: 11496400.
HSL color Cylindrical-coordinate representation of color #D06BAF: hue angle of 319.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06BAF is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 175 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.18 |
| HSL | 319.6º | 0.52% | 0.62% | - |
| HSV(B) | 319.6º | 0.49% | 0.82% | - |
| XYZ | 39.01 | 27.02 | 43.72 | - |
| YUV | 144.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 175 | 0 | 0.49 | 0.16 | 0.18 | 319.6 | 0.52 | 0.62 |
| Hex | D0 | 6B | AF | 0 | 31 | 10 | 12 | 140 | 34 | 3E |
| Octal | 320 | 153 | 257 | 0 | 61 | 20 | 22 | 500 | 64 | 76 |
| Binary | 11010000 | 1101011 | 10101111 | 0 | 110001 | 10000 | 10010 | 101000000 | 110100 | 111110 |
Color Harmonies of #D06BAF
Complementary color
Monochromatic Colors of #D06BAF
Black with #D06BAF
Text Example
Text Example
White with #D06BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BAF; }
p { color: rgb(208,107,175); }
H1.HeaderClassName
{
color: #D06BAF;
}
.AnyTagClassName
{
color: #D06BAF;
}
</style>
background-color css
<style>
a { background-color: #D06BAF; }
a { background-color: rgb(208,107,175); }
div.DivClassName
{
background-color: #D06BAF;
}
.BgClassName
{
background-color: #D06BAF;
}
</style>
border-color css
<style>
span { border-color: #D06BAF; }
span { border-color: rgb(208,107,175); }
td.TdClassName
{
border-color: #D06BAF;
}
.TagClassName
{
border-color: #D06BAF;
}
</style>