Shades of Hopbush #D272AB
Tints of Hopbush #D272AB
RGB
CMYK
RGB Variations
Color information
#D272AB (or 0xD272AB) is known color: Hopbush. HEX triplet: D2, 72 and AB. RGB value is (210,114,171). Sum of RGB (Red+Green+Blue) = 210+114+171=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D272AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D272AB is #2D8D54. Grayscale: #959595. Windows color (decimal): -2985301 or 11236050. OLE color: 11236050.
HSL color Cylindrical-coordinate representation of color #D272AB: hue angle of 324.38º 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 #D272AB is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 171 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.18 |
| HSL | 324.38º | 0.52% | 0.64% | - |
| HSV(B) | 324.38º | 0.46% | 0.82% | - |
| XYZ | 39.95 | 28.68 | 41.96 | - |
| YUV | 149.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 171 | 0 | 0.46 | 0.19 | 0.18 | 324.38 | 0.52 | 0.64 |
| Hex | D2 | 72 | AB | 0 | 2E | 13 | 12 | 144 | 34 | 40 |
| Octal | 322 | 162 | 253 | 0 | 56 | 23 | 22 | 504 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10101011 | 0 | 101110 | 10011 | 10010 | 101000100 | 110100 | 1000000 |
Color Harmonies of #D272AB
Complementary color
Monochromatic Colors of #D272AB
Black with #D272AB
Text Example
Text Example
White with #D272AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272AB; }
p { color: rgb(210,114,171); }
H1.HeaderClassName
{
color: #D272AB;
}
.AnyTagClassName
{
color: #D272AB;
}
</style>
background-color css
<style>
a { background-color: #D272AB; }
a { background-color: rgb(210,114,171); }
div.DivClassName
{
background-color: #D272AB;
}
.BgClassName
{
background-color: #D272AB;
}
</style>
border-color css
<style>
span { border-color: #D272AB; }
span { border-color: rgb(210,114,171); }
td.TdClassName
{
border-color: #D272AB;
}
.TagClassName
{
border-color: #D272AB;
}
</style>