Shades of Hopbush #D270A8
Tints of Hopbush #D270A8
RGB
CMYK
RGB Variations
Color information
#D270A8 (or 0xD270A8) is known color: Hopbush. HEX triplet: D2, 70 and A8. RGB value is (210,112,168). Sum of RGB (Red+Green+Blue) = 210+112+168=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D270A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D270A8 is #2D8F57. Grayscale: #939393. Windows color (decimal): -2985816 or 11038930. OLE color: 11038930.
HSL color Cylindrical-coordinate representation of color #D270A8: hue angle of 325.71º 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 #D270A8 is Cyan = 0, Magento = 0.47, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 168 | - |
| CMYK | 0 | 0.47 | 0.2 | 0.18 |
| HSL | 325.71º | 0.52% | 0.63% | - |
| HSV(B) | 325.71º | 0.47% | 0.82% | - |
| XYZ | 39.44 | 28.12 | 40.39 | - |
| YUV | 147.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 168 | 0 | 0.47 | 0.2 | 0.18 | 325.71 | 0.52 | 0.63 |
| Hex | D2 | 70 | A8 | 0 | 2F | 14 | 12 | 146 | 34 | 3F |
| Octal | 322 | 160 | 250 | 0 | 57 | 24 | 22 | 506 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10101000 | 0 | 101111 | 10100 | 10010 | 101000110 | 110100 | 111111 |
Color Harmonies of #D270A8
Complementary color
Monochromatic Colors of #D270A8
Black with #D270A8
Text Example
Text Example
White with #D270A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270A8; }
p { color: rgb(210,112,168); }
H1.HeaderClassName
{
color: #D270A8;
}
.AnyTagClassName
{
color: #D270A8;
}
</style>
background-color css
<style>
a { background-color: #D270A8; }
a { background-color: rgb(210,112,168); }
div.DivClassName
{
background-color: #D270A8;
}
.BgClassName
{
background-color: #D270A8;
}
</style>
border-color css
<style>
span { border-color: #D270A8; }
span { border-color: rgb(210,112,168); }
td.TdClassName
{
border-color: #D270A8;
}
.TagClassName
{
border-color: #D270A8;
}
</style>