Shades of Hopbush #D06C99
Tints of Hopbush #D06C99
RGB
CMYK
RGB Variations
Color information
#D06C99 (or 0xD06C99) is known color: Hopbush. HEX triplet: D0, 6C and 99. RGB value is (208,108,153). Sum of RGB (Red+Green+Blue) = 208+108+153=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06C99 is #2F9366. Grayscale: #8E8E8E. Windows color (decimal): -3117927 or 10054864. OLE color: 10054864.
HSL color Cylindrical-coordinate representation of color #D06C99: hue angle of 333º 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 #D06C99 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 153 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.18 |
| HSL | 333º | 0.52% | 0.62% | - |
| HSV(B) | 333º | 0.48% | 0.82% | - |
| XYZ | 37.12 | 26.43 | 33.28 | - |
| YUV | 143.03 | 133.63 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 153 | 0 | 0.48 | 0.26 | 0.18 | 333 | 0.52 | 0.62 |
| Hex | D0 | 6C | 99 | 0 | 30 | 1A | 12 | 14D | 34 | 3E |
| Octal | 320 | 154 | 231 | 0 | 60 | 32 | 22 | 515 | 64 | 76 |
| Binary | 11010000 | 1101100 | 10011001 | 0 | 110000 | 11010 | 10010 | 101001101 | 110100 | 111110 |
Color Harmonies of #D06C99
Complementary color
Monochromatic Colors of #D06C99
Black with #D06C99
Text Example
Text Example
White with #D06C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C99; }
p { color: rgb(208,108,153); }
H1.HeaderClassName
{
color: #D06C99;
}
.AnyTagClassName
{
color: #D06C99;
}
</style>
background-color css
<style>
a { background-color: #D06C99; }
a { background-color: rgb(208,108,153); }
div.DivClassName
{
background-color: #D06C99;
}
.BgClassName
{
background-color: #D06C99;
}
</style>
border-color css
<style>
span { border-color: #D06C99; }
span { border-color: rgb(208,108,153); }
td.TdClassName
{
border-color: #D06C99;
}
.TagClassName
{
border-color: #D06C99;
}
</style>