Shades of Hopbush #D270A2
Tints of Hopbush #D270A2
RGB
CMYK
RGB Variations
Color information
#D270A2 (or 0xD270A2) is known color: Hopbush. HEX triplet: D2, 70 and A2. RGB value is (210,112,162). Sum of RGB (Red+Green+Blue) = 210+112+162=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D270A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D270A2 is #2D8F5D. Grayscale: #929292. Windows color (decimal): -2985822 or 10645714. OLE color: 10645714.
HSL color Cylindrical-coordinate representation of color #D270A2: hue angle of 329.39º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D270A2 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 162 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.18 |
| HSL | 329.39º | 0.52% | 0.63% | - |
| HSV(B) | 329.39º | 0.47% | 0.82% | - |
| XYZ | 38.89 | 27.9 | 37.52 | - |
| YUV | 147 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 162 | 0 | 0.47 | 0.23 | 0.18 | 329.39 | 0.52 | 0.63 |
| Hex | D2 | 70 | A2 | 0 | 2F | 17 | 12 | 149 | 34 | 3F |
| Octal | 322 | 160 | 242 | 0 | 57 | 27 | 22 | 511 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10100010 | 0 | 101111 | 10111 | 10010 | 101001001 | 110100 | 111111 |
Color Harmonies of #D270A2
Complementary color
Monochromatic Colors of #D270A2
Black with #D270A2
Text Example
Text Example
White with #D270A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270A2; }
p { color: rgb(210,112,162); }
H1.HeaderClassName
{
color: #D270A2;
}
.AnyTagClassName
{
color: #D270A2;
}
</style>
background-color css
<style>
a { background-color: #D270A2; }
a { background-color: rgb(210,112,162); }
div.DivClassName
{
background-color: #D270A2;
}
.BgClassName
{
background-color: #D270A2;
}
</style>
border-color css
<style>
span { border-color: #D270A2; }
span { border-color: rgb(210,112,162); }
td.TdClassName
{
border-color: #D270A2;
}
.TagClassName
{
border-color: #D270A2;
}
</style>