Shades of Hopbush #D062A7
Tints of Hopbush #D062A7
RGB
CMYK
RGB Variations
Color information
#D062A7 (or 0xD062A7) is known color: Hopbush. HEX triplet: D0, 62 and A7. RGB value is (208,98,167). Sum of RGB (Red+Green+Blue) = 208+98+167=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D062A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D062A7 is #2F9D58. Grayscale: #8A8A8A. Windows color (decimal): -3120473 or 10969808. OLE color: 10969808.
HSL color Cylindrical-coordinate representation of color #D062A7: hue angle of 322.36º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D062A7 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 167 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.18 |
| HSL | 322.36º | 0.54% | 0.6% | - |
| HSV(B) | 322.36º | 0.53% | 0.82% | - |
| XYZ | 37.36 | 24.94 | 39.4 | - |
| YUV | 138.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 167 | 0 | 0.53 | 0.20 | 0.18 | 322.36 | 0.54 | 0.6 |
| Hex | D0 | 62 | A7 | 0 | 35 | 14 | 12 | 142 | 36 | 3C |
| Octal | 320 | 142 | 247 | 0 | 65 | 24 | 22 | 502 | 66 | 74 |
| Binary | 11010000 | 1100010 | 10100111 | 0 | 110101 | 10100 | 10010 | 101000010 | 110110 | 111100 |
Color Harmonies of #D062A7
Complementary color
Monochromatic Colors of #D062A7
Black with #D062A7
Text Example
Text Example
White with #D062A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D062A7; }
p { color: rgb(208,98,167); }
H1.HeaderClassName
{
color: #D062A7;
}
.AnyTagClassName
{
color: #D062A7;
}
</style>
background-color css
<style>
a { background-color: #D062A7; }
a { background-color: rgb(208,98,167); }
div.DivClassName
{
background-color: #D062A7;
}
.BgClassName
{
background-color: #D062A7;
}
</style>
border-color css
<style>
span { border-color: #D062A7; }
span { border-color: rgb(208,98,167); }
td.TdClassName
{
border-color: #D062A7;
}
.TagClassName
{
border-color: #D062A7;
}
</style>