Shades of Hopbush #D06C93
Tints of Hopbush #D06C93
RGB
CMYK
RGB Variations
Color information
#D06C93 (or 0xD06C93) is known color: Hopbush. HEX triplet: D0, 6C and 93. RGB value is (208,108,147). Sum of RGB (Red+Green+Blue) = 208+108+147=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06C93 is #2F936C. Grayscale: #8E8E8E. Windows color (decimal): -3117933 or 9661648. OLE color: 9661648.
HSL color Cylindrical-coordinate representation of color #D06C93: hue angle of 336.6º 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 #D06C93 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 147 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.18 |
| HSL | 336.6º | 0.52% | 0.62% | - |
| HSV(B) | 336.6º | 0.48% | 0.82% | - |
| XYZ | 36.64 | 26.24 | 30.74 | - |
| YUV | 142.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 147 | 0 | 0.48 | 0.29 | 0.18 | 336.6 | 0.52 | 0.62 |
| Hex | D0 | 6C | 93 | 0 | 30 | 1D | 12 | 151 | 34 | 3E |
| Octal | 320 | 154 | 223 | 0 | 60 | 35 | 22 | 521 | 64 | 76 |
| Binary | 11010000 | 1101100 | 10010011 | 0 | 110000 | 11101 | 10010 | 101010001 | 110100 | 111110 |
Color Harmonies of #D06C93
Complementary color
Monochromatic Colors of #D06C93
Black with #D06C93
Text Example
Text Example
White with #D06C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C93; }
p { color: rgb(208,108,147); }
H1.HeaderClassName
{
color: #D06C93;
}
.AnyTagClassName
{
color: #D06C93;
}
</style>
background-color css
<style>
a { background-color: #D06C93; }
a { background-color: rgb(208,108,147); }
div.DivClassName
{
background-color: #D06C93;
}
.BgClassName
{
background-color: #D06C93;
}
</style>
border-color css
<style>
span { border-color: #D06C93; }
span { border-color: rgb(208,108,147); }
td.TdClassName
{
border-color: #D06C93;
}
.TagClassName
{
border-color: #D06C93;
}
</style>