Shades of Hopbush #D270A7
Tints of Hopbush #D270A7
RGB
CMYK
RGB Variations
Color information
#D270A7 (or 0xD270A7) is known color: Hopbush. HEX triplet: D2, 70 and A7. RGB value is (210,112,167). Sum of RGB (Red+Green+Blue) = 210+112+167=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D270A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D270A7 is #2D8F58. Grayscale: #939393. Windows color (decimal): -2985817 or 10973394. OLE color: 10973394.
HSL color Cylindrical-coordinate representation of color #D270A7: hue angle of 326.33º 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 #D270A7 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 167 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.18 |
| HSL | 326.33º | 0.52% | 0.63% | - |
| HSV(B) | 326.33º | 0.47% | 0.82% | - |
| XYZ | 39.35 | 28.08 | 39.91 | - |
| YUV | 147.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 167 | 0 | 0.47 | 0.20 | 0.18 | 326.33 | 0.52 | 0.63 |
| Hex | D2 | 70 | A7 | 0 | 2F | 14 | 12 | 146 | 34 | 3F |
| Octal | 322 | 160 | 247 | 0 | 57 | 24 | 22 | 506 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10100111 | 0 | 101111 | 10100 | 10010 | 101000110 | 110100 | 111111 |
Color Harmonies of #D270A7
Complementary color
Monochromatic Colors of #D270A7
Black with #D270A7
Text Example
Text Example
White with #D270A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270A7; }
p { color: rgb(210,112,167); }
H1.HeaderClassName
{
color: #D270A7;
}
.AnyTagClassName
{
color: #D270A7;
}
</style>
background-color css
<style>
a { background-color: #D270A7; }
a { background-color: rgb(210,112,167); }
div.DivClassName
{
background-color: #D270A7;
}
.BgClassName
{
background-color: #D270A7;
}
</style>
border-color css
<style>
span { border-color: #D270A7; }
span { border-color: rgb(210,112,167); }
td.TdClassName
{
border-color: #D270A7;
}
.TagClassName
{
border-color: #D270A7;
}
</style>