Shades of Hopbush #D862A2
Tints of Hopbush #D862A2
RGB
CMYK
RGB Variations
Color information
#D862A2 (or 0xD862A2) is known color: Hopbush. HEX triplet: D8, 62 and A2. RGB value is (216,98,162). Sum of RGB (Red+Green+Blue) = 216+98+162=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D862A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D862A2 is #279D5D. Grayscale: #8C8C8C. Windows color (decimal): -2596190 or 10642136. OLE color: 10642136.
HSL color Cylindrical-coordinate representation of color #D862A2: hue angle of 327.46º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D862A2 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 162 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.15 |
| HSL | 327.46º | 0.6% | 0.62% | - |
| HSV(B) | 327.46º | 0.55% | 0.85% | - |
| XYZ | 39.21 | 25.94 | 37.12 | - |
| YUV | 140.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 162 | 0 | 0.55 | 0.25 | 0.15 | 327.46 | 0.6 | 0.62 |
| Hex | D8 | 62 | A2 | 0 | 37 | 19 | F | 147 | 3C | 3E |
| Octal | 330 | 142 | 242 | 0 | 67 | 31 | 17 | 507 | 74 | 76 |
| Binary | 11011000 | 1100010 | 10100010 | 0 | 110111 | 11001 | 1111 | 101000111 | 111100 | 111110 |
Color Harmonies of #D862A2
Complementary color
Monochromatic Colors of #D862A2
Black with #D862A2
Text Example
Text Example
White with #D862A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D862A2; }
p { color: rgb(216,98,162); }
H1.HeaderClassName
{
color: #D862A2;
}
.AnyTagClassName
{
color: #D862A2;
}
</style>
background-color css
<style>
a { background-color: #D862A2; }
a { background-color: rgb(216,98,162); }
div.DivClassName
{
background-color: #D862A2;
}
.BgClassName
{
background-color: #D862A2;
}
</style>
border-color css
<style>
span { border-color: #D862A2; }
span { border-color: rgb(216,98,162); }
td.TdClassName
{
border-color: #D862A2;
}
.TagClassName
{
border-color: #D862A2;
}
</style>