Shades of Hopbush #D962A2
Tints of Hopbush #D962A2
RGB
CMYK
RGB Variations
Color information
#D962A2 (or 0xD962A2) is known color: Hopbush. HEX triplet: D9, 62 and A2. RGB value is (217,98,162). Sum of RGB (Red+Green+Blue) = 217+98+162=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D962A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D962A2 is #269D5D. Grayscale: #8C8C8C. Windows color (decimal): -2530654 or 10642137. OLE color: 10642137.
HSL color Cylindrical-coordinate representation of color #D962A2: hue angle of 327.73º degrees, saturation: 0.61, 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 #D962A2 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 162 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.15 |
| HSL | 327.73º | 0.61% | 0.62% | - |
| HSV(B) | 327.73º | 0.55% | 0.85% | - |
| XYZ | 39.5 | 26.1 | 37.14 | - |
| YUV | 140.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 162 | 0 | 0.55 | 0.25 | 0.15 | 327.73 | 0.61 | 0.62 |
| Hex | D9 | 62 | A2 | 0 | 37 | 19 | F | 148 | 3D | 3E |
| Octal | 331 | 142 | 242 | 0 | 67 | 31 | 17 | 510 | 75 | 76 |
| Binary | 11011001 | 1100010 | 10100010 | 0 | 110111 | 11001 | 1111 | 101001000 | 111101 | 111110 |
Color Harmonies of #D962A2
Complementary color
Monochromatic Colors of #D962A2
Black with #D962A2
Text Example
Text Example
White with #D962A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D962A2; }
p { color: rgb(217,98,162); }
H1.HeaderClassName
{
color: #D962A2;
}
.AnyTagClassName
{
color: #D962A2;
}
</style>
background-color css
<style>
a { background-color: #D962A2; }
a { background-color: rgb(217,98,162); }
div.DivClassName
{
background-color: #D962A2;
}
.BgClassName
{
background-color: #D962A2;
}
</style>
border-color css
<style>
span { border-color: #D962A2; }
span { border-color: rgb(217,98,162); }
td.TdClassName
{
border-color: #D962A2;
}
.TagClassName
{
border-color: #D962A2;
}
</style>