Shades of Hopbush #D063AD
Tints of Hopbush #D063AD
RGB
CMYK
RGB Variations
Color information
#D063AD (or 0xD063AD) is known color: Hopbush. HEX triplet: D0, 63 and AD. RGB value is (208,99,173). Sum of RGB (Red+Green+Blue) = 208+99+173=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D063AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D063AD is #2F9C52. Grayscale: #8B8B8B. Windows color (decimal): -3120211 or 11363280. OLE color: 11363280.
HSL color Cylindrical-coordinate representation of color #D063AD: hue angle of 319.27º 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 #D063AD is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 173 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.18 |
| HSL | 319.27º | 0.54% | 0.6% | - |
| HSV(B) | 319.27º | 0.52% | 0.82% | - |
| XYZ | 38.02 | 25.35 | 42.42 | - |
| YUV | 140.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 173 | 0 | 0.52 | 0.17 | 0.18 | 319.27 | 0.54 | 0.6 |
| Hex | D0 | 63 | AD | 0 | 34 | 11 | 12 | 13F | 36 | 3C |
| Octal | 320 | 143 | 255 | 0 | 64 | 21 | 22 | 477 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10101101 | 0 | 110100 | 10001 | 10010 | 100111111 | 110110 | 111100 |
Color Harmonies of #D063AD
Complementary color
Monochromatic Colors of #D063AD
Black with #D063AD
Text Example
Text Example
White with #D063AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063AD; }
p { color: rgb(208,99,173); }
H1.HeaderClassName
{
color: #D063AD;
}
.AnyTagClassName
{
color: #D063AD;
}
</style>
background-color css
<style>
a { background-color: #D063AD; }
a { background-color: rgb(208,99,173); }
div.DivClassName
{
background-color: #D063AD;
}
.BgClassName
{
background-color: #D063AD;
}
</style>
border-color css
<style>
span { border-color: #D063AD; }
span { border-color: rgb(208,99,173); }
td.TdClassName
{
border-color: #D063AD;
}
.TagClassName
{
border-color: #D063AD;
}
</style>