Shades of Hopbush #D264AB
Tints of Hopbush #D264AB
RGB
CMYK
RGB Variations
Color information
#D264AB (or 0xD264AB) is known color: Hopbush. HEX triplet: D2, 64 and AB. RGB value is (210,100,171). Sum of RGB (Red+Green+Blue) = 210+100+171=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D264AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D264AB is #2D9B54. Grayscale: #8C8C8C. Windows color (decimal): -2988885 or 11232466. OLE color: 11232466.
HSL color Cylindrical-coordinate representation of color #D264AB: hue angle of 321.27º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D264AB is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 171 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.18 |
| HSL | 321.27º | 0.55% | 0.61% | - |
| HSV(B) | 321.27º | 0.52% | 0.82% | - |
| XYZ | 38.49 | 25.76 | 41.47 | - |
| YUV | 140.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 171 | 0 | 0.52 | 0.19 | 0.18 | 321.27 | 0.55 | 0.61 |
| Hex | D2 | 64 | AB | 0 | 34 | 13 | 12 | 141 | 37 | 3D |
| Octal | 322 | 144 | 253 | 0 | 64 | 23 | 22 | 501 | 67 | 75 |
| Binary | 11010010 | 1100100 | 10101011 | 0 | 110100 | 10011 | 10010 | 101000001 | 110111 | 111101 |
Color Harmonies of #D264AB
Complementary color
Monochromatic Colors of #D264AB
Black with #D264AB
Text Example
Text Example
White with #D264AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264AB; }
p { color: rgb(210,100,171); }
H1.HeaderClassName
{
color: #D264AB;
}
.AnyTagClassName
{
color: #D264AB;
}
</style>
background-color css
<style>
a { background-color: #D264AB; }
a { background-color: rgb(210,100,171); }
div.DivClassName
{
background-color: #D264AB;
}
.BgClassName
{
background-color: #D264AB;
}
</style>
border-color css
<style>
span { border-color: #D264AB; }
span { border-color: rgb(210,100,171); }
td.TdClassName
{
border-color: #D264AB;
}
.TagClassName
{
border-color: #D264AB;
}
</style>