Shades of Hopbush #D272A6
Tints of Hopbush #D272A6
RGB
CMYK
RGB Variations
Color information
#D272A6 (or 0xD272A6) is known color: Hopbush. HEX triplet: D2, 72 and A6. RGB value is (210,114,166). Sum of RGB (Red+Green+Blue) = 210+114+166=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D272A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D272A6 is #2D8D59. Grayscale: #949494. Windows color (decimal): -2985306 or 10908370. OLE color: 10908370.
HSL color Cylindrical-coordinate representation of color #D272A6: hue angle of 327.5º 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 #D272A6 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 166 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.18 |
| HSL | 327.5º | 0.52% | 0.64% | - |
| HSV(B) | 327.5º | 0.46% | 0.82% | - |
| XYZ | 39.48 | 28.49 | 39.49 | - |
| YUV | 148.63 | 137.8 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 166 | 0 | 0.46 | 0.21 | 0.18 | 327.5 | 0.52 | 0.64 |
| Hex | D2 | 72 | A6 | 0 | 2E | 15 | 12 | 148 | 34 | 40 |
| Octal | 322 | 162 | 246 | 0 | 56 | 25 | 22 | 510 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10100110 | 0 | 101110 | 10101 | 10010 | 101001000 | 110100 | 1000000 |
Color Harmonies of #D272A6
Complementary color
Monochromatic Colors of #D272A6
Black with #D272A6
Text Example
Text Example
White with #D272A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272A6; }
p { color: rgb(210,114,166); }
H1.HeaderClassName
{
color: #D272A6;
}
.AnyTagClassName
{
color: #D272A6;
}
</style>
background-color css
<style>
a { background-color: #D272A6; }
a { background-color: rgb(210,114,166); }
div.DivClassName
{
background-color: #D272A6;
}
.BgClassName
{
background-color: #D272A6;
}
</style>
border-color css
<style>
span { border-color: #D272A6; }
span { border-color: rgb(210,114,166); }
td.TdClassName
{
border-color: #D272A6;
}
.TagClassName
{
border-color: #D272A6;
}
</style>