Shades of Hopbush #D063AC
Tints of Hopbush #D063AC
RGB
CMYK
RGB Variations
Color information
#D063AC (or 0xD063AC) is known color: Hopbush. HEX triplet: D0, 63 and AC. RGB value is (208,99,172). Sum of RGB (Red+Green+Blue) = 208+99+172=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D063AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D063AC is #2F9C53. Grayscale: #8B8B8B. Windows color (decimal): -3120212 or 11297744. OLE color: 11297744.
HSL color Cylindrical-coordinate representation of color #D063AC: hue angle of 319.82º 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 #D063AC is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 172 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.18 |
| HSL | 319.82º | 0.54% | 0.6% | - |
| HSV(B) | 319.82º | 0.52% | 0.82% | - |
| XYZ | 37.92 | 25.31 | 41.92 | - |
| YUV | 139.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 172 | 0 | 0.52 | 0.17 | 0.18 | 319.82 | 0.54 | 0.6 |
| Hex | D0 | 63 | AC | 0 | 34 | 11 | 12 | 140 | 36 | 3C |
| Octal | 320 | 143 | 254 | 0 | 64 | 21 | 22 | 500 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10101100 | 0 | 110100 | 10001 | 10010 | 101000000 | 110110 | 111100 |
Color Harmonies of #D063AC
Complementary color
Monochromatic Colors of #D063AC
Black with #D063AC
Text Example
Text Example
White with #D063AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063AC; }
p { color: rgb(208,99,172); }
H1.HeaderClassName
{
color: #D063AC;
}
.AnyTagClassName
{
color: #D063AC;
}
</style>
background-color css
<style>
a { background-color: #D063AC; }
a { background-color: rgb(208,99,172); }
div.DivClassName
{
background-color: #D063AC;
}
.BgClassName
{
background-color: #D063AC;
}
</style>
border-color css
<style>
span { border-color: #D063AC; }
span { border-color: rgb(208,99,172); }
td.TdClassName
{
border-color: #D063AC;
}
.TagClassName
{
border-color: #D063AC;
}
</style>