Shades of Hopbush #D270A5
Tints of Hopbush #D270A5
RGB
CMYK
RGB Variations
Color information
#D270A5 (or 0xD270A5) is known color: Hopbush. HEX triplet: D2, 70 and A5. RGB value is (210,112,165). Sum of RGB (Red+Green+Blue) = 210+112+165=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D270A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D270A5 is #2D8F5A. Grayscale: #939393. Windows color (decimal): -2985819 or 10842322. OLE color: 10842322.
HSL color Cylindrical-coordinate representation of color #D270A5: hue angle of 327.55º 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 #D270A5 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 165 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.18 |
| HSL | 327.55º | 0.52% | 0.63% | - |
| HSV(B) | 327.55º | 0.47% | 0.82% | - |
| XYZ | 39.16 | 28.01 | 38.94 | - |
| YUV | 147.34 | 137.97 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 165 | 0 | 0.47 | 0.21 | 0.18 | 327.55 | 0.52 | 0.63 |
| Hex | D2 | 70 | A5 | 0 | 2F | 15 | 12 | 148 | 34 | 3F |
| Octal | 322 | 160 | 245 | 0 | 57 | 25 | 22 | 510 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10100101 | 0 | 101111 | 10101 | 10010 | 101001000 | 110100 | 111111 |
Color Harmonies of #D270A5
Complementary color
Monochromatic Colors of #D270A5
Black with #D270A5
Text Example
Text Example
White with #D270A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270A5; }
p { color: rgb(210,112,165); }
H1.HeaderClassName
{
color: #D270A5;
}
.AnyTagClassName
{
color: #D270A5;
}
</style>
background-color css
<style>
a { background-color: #D270A5; }
a { background-color: rgb(210,112,165); }
div.DivClassName
{
background-color: #D270A5;
}
.BgClassName
{
background-color: #D270A5;
}
</style>
border-color css
<style>
span { border-color: #D270A5; }
span { border-color: rgb(210,112,165); }
td.TdClassName
{
border-color: #D270A5;
}
.TagClassName
{
border-color: #D270A5;
}
</style>