Shades of Hopbush #D063A2
Tints of Hopbush #D063A2
RGB
CMYK
RGB Variations
Color information
#D063A2 (or 0xD063A2) is known color: Hopbush. HEX triplet: D0, 63 and A2. RGB value is (208,99,162). Sum of RGB (Red+Green+Blue) = 208+99+162=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D063A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D063A2 is #2F9C5D. Grayscale: #8A8A8A. Windows color (decimal): -3120222 or 10642384. OLE color: 10642384.
HSL color Cylindrical-coordinate representation of color #D063A2: hue angle of 325.32º 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 #D063A2 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 162 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.18 |
| HSL | 325.32º | 0.54% | 0.6% | - |
| HSV(B) | 325.32º | 0.52% | 0.82% | - |
| XYZ | 37 | 24.94 | 37.05 | - |
| YUV | 138.77 | 141.11 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 162 | 0 | 0.52 | 0.22 | 0.18 | 325.32 | 0.54 | 0.6 |
| Hex | D0 | 63 | A2 | 0 | 34 | 16 | 12 | 145 | 36 | 3C |
| Octal | 320 | 143 | 242 | 0 | 64 | 26 | 22 | 505 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10100010 | 0 | 110100 | 10110 | 10010 | 101000101 | 110110 | 111100 |
Color Harmonies of #D063A2
Complementary color
Monochromatic Colors of #D063A2
Black with #D063A2
Text Example
Text Example
White with #D063A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063A2; }
p { color: rgb(208,99,162); }
H1.HeaderClassName
{
color: #D063A2;
}
.AnyTagClassName
{
color: #D063A2;
}
</style>
background-color css
<style>
a { background-color: #D063A2; }
a { background-color: rgb(208,99,162); }
div.DivClassName
{
background-color: #D063A2;
}
.BgClassName
{
background-color: #D063A2;
}
</style>
border-color css
<style>
span { border-color: #D063A2; }
span { border-color: rgb(208,99,162); }
td.TdClassName
{
border-color: #D063A2;
}
.TagClassName
{
border-color: #D063A2;
}
</style>