Shades of Hopbush #D062AC
Tints of Hopbush #D062AC
RGB
CMYK
RGB Variations
Color information
#D062AC (or 0xD062AC) is known color: Hopbush. HEX triplet: D0, 62 and AC. RGB value is (208,98,172). Sum of RGB (Red+Green+Blue) = 208+98+172=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D062AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D062AC is #2F9D53. Grayscale: #8B8B8B. Windows color (decimal): -3120468 or 11297488. OLE color: 11297488.
HSL color Cylindrical-coordinate representation of color #D062AC: hue angle of 319.64º 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 #D062AC is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 172 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.18 |
| HSL | 319.64º | 0.54% | 0.6% | - |
| HSV(B) | 319.64º | 0.53% | 0.82% | - |
| XYZ | 37.83 | 25.12 | 41.89 | - |
| YUV | 139.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 172 | 0 | 0.53 | 0.17 | 0.18 | 319.64 | 0.54 | 0.6 |
| Hex | D0 | 62 | AC | 0 | 35 | 11 | 12 | 140 | 36 | 3C |
| Octal | 320 | 142 | 254 | 0 | 65 | 21 | 22 | 500 | 66 | 74 |
| Binary | 11010000 | 1100010 | 10101100 | 0 | 110101 | 10001 | 10010 | 101000000 | 110110 | 111100 |
Color Harmonies of #D062AC
Complementary color
Monochromatic Colors of #D062AC
Black with #D062AC
Text Example
Text Example
White with #D062AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D062AC; }
p { color: rgb(208,98,172); }
H1.HeaderClassName
{
color: #D062AC;
}
.AnyTagClassName
{
color: #D062AC;
}
</style>
background-color css
<style>
a { background-color: #D062AC; }
a { background-color: rgb(208,98,172); }
div.DivClassName
{
background-color: #D062AC;
}
.BgClassName
{
background-color: #D062AC;
}
</style>
border-color css
<style>
span { border-color: #D062AC; }
span { border-color: rgb(208,98,172); }
td.TdClassName
{
border-color: #D062AC;
}
.TagClassName
{
border-color: #D062AC;
}
</style>