Shades of Hopbush #D263AB
Tints of Hopbush #D263AB
RGB
CMYK
RGB Variations
Color information
#D263AB (or 0xD263AB) is known color: Hopbush. HEX triplet: D2, 63 and AB. RGB value is (210,99,171). Sum of RGB (Red+Green+Blue) = 210+99+171=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D263AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D263AB is #2D9C54. Grayscale: #8C8C8C. Windows color (decimal): -2989141 or 11232210. OLE color: 11232210.
HSL color Cylindrical-coordinate representation of color #D263AB: hue angle of 321.08º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D263AB is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 171 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.18 |
| HSL | 321.08º | 0.55% | 0.61% | - |
| HSV(B) | 321.08º | 0.53% | 0.82% | - |
| XYZ | 38.39 | 25.57 | 41.44 | - |
| YUV | 140.4 | 145.27 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 171 | 0 | 0.53 | 0.19 | 0.18 | 321.08 | 0.55 | 0.61 |
| Hex | D2 | 63 | AB | 0 | 35 | 13 | 12 | 141 | 37 | 3D |
| Octal | 322 | 143 | 253 | 0 | 65 | 23 | 22 | 501 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10101011 | 0 | 110101 | 10011 | 10010 | 101000001 | 110111 | 111101 |
Color Harmonies of #D263AB
Complementary color
Monochromatic Colors of #D263AB
Black with #D263AB
Text Example
Text Example
White with #D263AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263AB; }
p { color: rgb(210,99,171); }
H1.HeaderClassName
{
color: #D263AB;
}
.AnyTagClassName
{
color: #D263AB;
}
</style>
background-color css
<style>
a { background-color: #D263AB; }
a { background-color: rgb(210,99,171); }
div.DivClassName
{
background-color: #D263AB;
}
.BgClassName
{
background-color: #D263AB;
}
</style>
border-color css
<style>
span { border-color: #D263AB; }
span { border-color: rgb(210,99,171); }
td.TdClassName
{
border-color: #D263AB;
}
.TagClassName
{
border-color: #D263AB;
}
</style>