Shades of Hopbush #D06399
Tints of Hopbush #D06399
RGB
CMYK
RGB Variations
Color information
#D06399 (or 0xD06399) is known color: Hopbush. HEX triplet: D0, 63 and 99. RGB value is (208,99,153). Sum of RGB (Red+Green+Blue) = 208+99+153=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D06399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06399 is #2F9C66. Grayscale: #898989. Windows color (decimal): -3120231 or 10052560. OLE color: 10052560.
HSL color Cylindrical-coordinate representation of color #D06399: hue angle of 330.28º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06399 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 153 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.18 |
| HSL | 330.28º | 0.54% | 0.6% | - |
| HSV(B) | 330.28º | 0.52% | 0.82% | - |
| XYZ | 36.22 | 24.63 | 32.98 | - |
| YUV | 137.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 153 | 0 | 0.52 | 0.26 | 0.18 | 330.28 | 0.54 | 0.6 |
| Hex | D0 | 63 | 99 | 0 | 34 | 1A | 12 | 14A | 36 | 3C |
| Octal | 320 | 143 | 231 | 0 | 64 | 32 | 22 | 512 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10011001 | 0 | 110100 | 11010 | 10010 | 101001010 | 110110 | 111100 |
Color Harmonies of #D06399
Complementary color
Monochromatic Colors of #D06399
Black with #D06399
Text Example
Text Example
White with #D06399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06399; }
p { color: rgb(208,99,153); }
H1.HeaderClassName
{
color: #D06399;
}
.AnyTagClassName
{
color: #D06399;
}
</style>
background-color css
<style>
a { background-color: #D06399; }
a { background-color: rgb(208,99,153); }
div.DivClassName
{
background-color: #D06399;
}
.BgClassName
{
background-color: #D06399;
}
</style>
border-color css
<style>
span { border-color: #D06399; }
span { border-color: rgb(208,99,153); }
td.TdClassName
{
border-color: #D06399;
}
.TagClassName
{
border-color: #D06399;
}
</style>