Shades of Hopbush #D278AB
Tints of Hopbush #D278AB
RGB
CMYK
RGB Variations
Color information
#D278AB (or 0xD278AB) is known color: Hopbush. HEX triplet: D2, 78 and AB. RGB value is (210,120,171). Sum of RGB (Red+Green+Blue) = 210+120+171=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D278AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D278AB is #2D8754. Grayscale: #989898. Windows color (decimal): -2983765 or 11237586. OLE color: 11237586.
HSL color Cylindrical-coordinate representation of color #D278AB: hue angle of 326º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D278AB is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 171 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.18 |
| HSL | 326º | 0.5% | 0.65% | - |
| HSV(B) | 326º | 0.43% | 0.82% | - |
| XYZ | 40.65 | 30.07 | 42.19 | - |
| YUV | 152.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 171 | 0 | 0.43 | 0.19 | 0.18 | 326 | 0.5 | 0.65 |
| Hex | D2 | 78 | AB | 0 | 2B | 13 | 12 | 146 | 32 | 41 |
| Octal | 322 | 170 | 253 | 0 | 53 | 23 | 22 | 506 | 62 | 101 |
| Binary | 11010010 | 1111000 | 10101011 | 0 | 101011 | 10011 | 10010 | 101000110 | 110010 | 1000001 |
Color Harmonies of #D278AB
Complementary color
Monochromatic Colors of #D278AB
Black with #D278AB
Text Example
Text Example
White with #D278AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D278AB; }
p { color: rgb(210,120,171); }
H1.HeaderClassName
{
color: #D278AB;
}
.AnyTagClassName
{
color: #D278AB;
}
</style>
background-color css
<style>
a { background-color: #D278AB; }
a { background-color: rgb(210,120,171); }
div.DivClassName
{
background-color: #D278AB;
}
.BgClassName
{
background-color: #D278AB;
}
</style>
border-color css
<style>
span { border-color: #D278AB; }
span { border-color: rgb(210,120,171); }
td.TdClassName
{
border-color: #D278AB;
}
.TagClassName
{
border-color: #D278AB;
}
</style>