Shades of Hopbush #D272A0
Tints of Hopbush #D272A0
RGB
CMYK
RGB Variations
Color information
#D272A0 (or 0xD272A0) is known color: Hopbush. HEX triplet: D2, 72 and A0. RGB value is (210,114,160). Sum of RGB (Red+Green+Blue) = 210+114+160=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D272A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D272A0 is #2D8D5F. Grayscale: #939393. Windows color (decimal): -2985312 or 10515154. OLE color: 10515154.
HSL color Cylindrical-coordinate representation of color #D272A0: hue angle of 331.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D272A0 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 160 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.18 |
| HSL | 331.25º | 0.52% | 0.64% | - |
| HSV(B) | 331.25º | 0.46% | 0.82% | - |
| XYZ | 38.94 | 28.27 | 36.66 | - |
| YUV | 147.95 | 134.8 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 160 | 0 | 0.46 | 0.24 | 0.18 | 331.25 | 0.52 | 0.64 |
| Hex | D2 | 72 | A0 | 0 | 2E | 18 | 12 | 14B | 34 | 40 |
| Octal | 322 | 162 | 240 | 0 | 56 | 30 | 22 | 513 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10100000 | 0 | 101110 | 11000 | 10010 | 101001011 | 110100 | 1000000 |
Color Harmonies of #D272A0
Complementary color
Monochromatic Colors of #D272A0
Black with #D272A0
Text Example
Text Example
White with #D272A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272A0; }
p { color: rgb(210,114,160); }
H1.HeaderClassName
{
color: #D272A0;
}
.AnyTagClassName
{
color: #D272A0;
}
</style>
background-color css
<style>
a { background-color: #D272A0; }
a { background-color: rgb(210,114,160); }
div.DivClassName
{
background-color: #D272A0;
}
.BgClassName
{
background-color: #D272A0;
}
</style>
border-color css
<style>
span { border-color: #D272A0; }
span { border-color: rgb(210,114,160); }
td.TdClassName
{
border-color: #D272A0;
}
.TagClassName
{
border-color: #D272A0;
}
</style>