Shades of Hopbush #D262AB
Tints of Hopbush #D262AB
RGB
CMYK
RGB Variations
Color information
#D262AB (or 0xD262AB) is known color: Hopbush. HEX triplet: D2, 62 and AB. RGB value is (210,98,171). Sum of RGB (Red+Green+Blue) = 210+98+171=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D262AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D262AB is #2D9D54. Grayscale: #8B8B8B. Windows color (decimal): -2989397 or 11231954. OLE color: 11231954.
HSL color Cylindrical-coordinate representation of color #D262AB: hue angle of 320.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D262AB is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 171 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.18 |
| HSL | 320.89º | 0.55% | 0.6% | - |
| HSV(B) | 320.89º | 0.53% | 0.82% | - |
| XYZ | 38.3 | 25.38 | 41.41 | - |
| YUV | 139.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 171 | 0 | 0.53 | 0.19 | 0.18 | 320.89 | 0.55 | 0.6 |
| Hex | D2 | 62 | AB | 0 | 35 | 13 | 12 | 141 | 37 | 3C |
| Octal | 322 | 142 | 253 | 0 | 65 | 23 | 22 | 501 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10101011 | 0 | 110101 | 10011 | 10010 | 101000001 | 110111 | 111100 |
Color Harmonies of #D262AB
Complementary color
Monochromatic Colors of #D262AB
Black with #D262AB
Text Example
Text Example
White with #D262AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262AB; }
p { color: rgb(210,98,171); }
H1.HeaderClassName
{
color: #D262AB;
}
.AnyTagClassName
{
color: #D262AB;
}
</style>
background-color css
<style>
a { background-color: #D262AB; }
a { background-color: rgb(210,98,171); }
div.DivClassName
{
background-color: #D262AB;
}
.BgClassName
{
background-color: #D262AB;
}
</style>
border-color css
<style>
span { border-color: #D262AB; }
span { border-color: rgb(210,98,171); }
td.TdClassName
{
border-color: #D262AB;
}
.TagClassName
{
border-color: #D262AB;
}
</style>