Shades of Hopbush #D06798
Tints of Hopbush #D06798
RGB
CMYK
RGB Variations
Color information
#D06798 (or 0xD06798) is known color: Hopbush. HEX triplet: D0, 67 and 98. RGB value is (208,103,152). Sum of RGB (Red+Green+Blue) = 208+103+152=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D06798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06798 is #2F9867. Grayscale: #8B8B8B. Windows color (decimal): -3119208 or 9988048. OLE color: 9988048.
HSL color Cylindrical-coordinate representation of color #D06798: hue angle of 332º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06798 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 152 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.18 |
| HSL | 332º | 0.53% | 0.61% | - |
| HSV(B) | 332º | 0.5% | 0.82% | - |
| XYZ | 36.53 | 25.38 | 32.68 | - |
| YUV | 139.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 152 | 0 | 0.50 | 0.27 | 0.18 | 332 | 0.53 | 0.61 |
| Hex | D0 | 67 | 98 | 0 | 32 | 1B | 12 | 14C | 35 | 3D |
| Octal | 320 | 147 | 230 | 0 | 62 | 33 | 22 | 514 | 65 | 75 |
| Binary | 11010000 | 1100111 | 10011000 | 0 | 110010 | 11011 | 10010 | 101001100 | 110101 | 111101 |
Color Harmonies of #D06798
Complementary color
Monochromatic Colors of #D06798
Black with #D06798
Text Example
Text Example
White with #D06798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06798; }
p { color: rgb(208,103,152); }
H1.HeaderClassName
{
color: #D06798;
}
.AnyTagClassName
{
color: #D06798;
}
</style>
background-color css
<style>
a { background-color: #D06798; }
a { background-color: rgb(208,103,152); }
div.DivClassName
{
background-color: #D06798;
}
.BgClassName
{
background-color: #D06798;
}
</style>
border-color css
<style>
span { border-color: #D06798; }
span { border-color: rgb(208,103,152); }
td.TdClassName
{
border-color: #D06798;
}
.TagClassName
{
border-color: #D06798;
}
</style>