Shades of Hopbush #D272AA
Tints of Hopbush #D272AA
RGB
CMYK
RGB Variations
Color information
#D272AA (or 0xD272AA) is known color: Hopbush. HEX triplet: D2, 72 and AA. RGB value is (210,114,170). Sum of RGB (Red+Green+Blue) = 210+114+170=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D272AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D272AA is #2D8D55. Grayscale: #949494. Windows color (decimal): -2985302 or 11170514. OLE color: 11170514.
HSL color Cylindrical-coordinate representation of color #D272AA: hue angle of 325º 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 #D272AA is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 170 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.18 |
| HSL | 325º | 0.52% | 0.64% | - |
| HSV(B) | 325º | 0.46% | 0.82% | - |
| XYZ | 39.85 | 28.64 | 41.46 | - |
| YUV | 149.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 170 | 0 | 0.46 | 0.19 | 0.18 | 325 | 0.52 | 0.64 |
| Hex | D2 | 72 | AA | 0 | 2E | 13 | 12 | 145 | 34 | 40 |
| Octal | 322 | 162 | 252 | 0 | 56 | 23 | 22 | 505 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10101010 | 0 | 101110 | 10011 | 10010 | 101000101 | 110100 | 1000000 |
Color Harmonies of #D272AA
Complementary color
Monochromatic Colors of #D272AA
Black with #D272AA
Text Example
Text Example
White with #D272AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272AA; }
p { color: rgb(210,114,170); }
H1.HeaderClassName
{
color: #D272AA;
}
.AnyTagClassName
{
color: #D272AA;
}
</style>
background-color css
<style>
a { background-color: #D272AA; }
a { background-color: rgb(210,114,170); }
div.DivClassName
{
background-color: #D272AA;
}
.BgClassName
{
background-color: #D272AA;
}
</style>
border-color css
<style>
span { border-color: #D272AA; }
span { border-color: rgb(210,114,170); }
td.TdClassName
{
border-color: #D272AA;
}
.TagClassName
{
border-color: #D272AA;
}
</style>