Shades of Hopbush #D063A4
Tints of Hopbush #D063A4
RGB
CMYK
RGB Variations
Color information
#D063A4 (or 0xD063A4) is known color: Hopbush. HEX triplet: D0, 63 and A4. RGB value is (208,99,164). Sum of RGB (Red+Green+Blue) = 208+99+164=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D063A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D063A4 is #2F9C5B. Grayscale: #8A8A8A. Windows color (decimal): -3120220 or 10773456. OLE color: 10773456.
HSL color Cylindrical-coordinate representation of color #D063A4: hue angle of 324.22º 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 #D063A4 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 164 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.18 |
| HSL | 324.22º | 0.54% | 0.6% | - |
| HSV(B) | 324.22º | 0.52% | 0.82% | - |
| XYZ | 37.18 | 25.01 | 37.99 | - |
| YUV | 139 | 142.11 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 164 | 0 | 0.52 | 0.21 | 0.18 | 324.22 | 0.54 | 0.6 |
| Hex | D0 | 63 | A4 | 0 | 34 | 15 | 12 | 144 | 36 | 3C |
| Octal | 320 | 143 | 244 | 0 | 64 | 25 | 22 | 504 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10100100 | 0 | 110100 | 10101 | 10010 | 101000100 | 110110 | 111100 |
Color Harmonies of #D063A4
Complementary color
Monochromatic Colors of #D063A4
Black with #D063A4
Text Example
Text Example
White with #D063A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063A4; }
p { color: rgb(208,99,164); }
H1.HeaderClassName
{
color: #D063A4;
}
.AnyTagClassName
{
color: #D063A4;
}
</style>
background-color css
<style>
a { background-color: #D063A4; }
a { background-color: rgb(208,99,164); }
div.DivClassName
{
background-color: #D063A4;
}
.BgClassName
{
background-color: #D063A4;
}
</style>
border-color css
<style>
span { border-color: #D063A4; }
span { border-color: rgb(208,99,164); }
td.TdClassName
{
border-color: #D063A4;
}
.TagClassName
{
border-color: #D063A4;
}
</style>