Shades of Hopbush #D268AB
Tints of Hopbush #D268AB
RGB
CMYK
RGB Variations
Color information
#D268AB (or 0xD268AB) is known color: Hopbush. HEX triplet: D2, 68 and AB. RGB value is (210,104,171). Sum of RGB (Red+Green+Blue) = 210+104+171=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D268AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D268AB is #2D9754. Grayscale: #8F8F8F. Windows color (decimal): -2987861 or 11233490. OLE color: 11233490.
HSL color Cylindrical-coordinate representation of color #D268AB: hue angle of 322.08º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D268AB is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 171 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.18 |
| HSL | 322.08º | 0.54% | 0.62% | - |
| HSV(B) | 322.08º | 0.5% | 0.82% | - |
| XYZ | 38.88 | 26.54 | 41.6 | - |
| YUV | 143.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 171 | 0 | 0.50 | 0.19 | 0.18 | 322.08 | 0.54 | 0.62 |
| Hex | D2 | 68 | AB | 0 | 32 | 13 | 12 | 142 | 36 | 3E |
| Octal | 322 | 150 | 253 | 0 | 62 | 23 | 22 | 502 | 66 | 76 |
| Binary | 11010010 | 1101000 | 10101011 | 0 | 110010 | 10011 | 10010 | 101000010 | 110110 | 111110 |
Color Harmonies of #D268AB
Complementary color
Monochromatic Colors of #D268AB
Black with #D268AB
Text Example
Text Example
White with #D268AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D268AB; }
p { color: rgb(210,104,171); }
H1.HeaderClassName
{
color: #D268AB;
}
.AnyTagClassName
{
color: #D268AB;
}
</style>
background-color css
<style>
a { background-color: #D268AB; }
a { background-color: rgb(210,104,171); }
div.DivClassName
{
background-color: #D268AB;
}
.BgClassName
{
background-color: #D268AB;
}
</style>
border-color css
<style>
span { border-color: #D268AB; }
span { border-color: rgb(210,104,171); }
td.TdClassName
{
border-color: #D268AB;
}
.TagClassName
{
border-color: #D268AB;
}
</style>