Shades of Hopbush #D261A8
Tints of Hopbush #D261A8
RGB
CMYK
RGB Variations
Color information
#D261A8 (or 0xD261A8) is known color: Hopbush. HEX triplet: D2, 61 and A8. RGB value is (210,97,168). Sum of RGB (Red+Green+Blue) = 210+97+168=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D261A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D261A8 is #2D9E57. Grayscale: #8A8A8A. Windows color (decimal): -2989656 or 11035090. OLE color: 11035090.
HSL color Cylindrical-coordinate representation of color #D261A8: hue angle of 322.3º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D261A8 is Cyan = 0, Magento = 0.54, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 168 | - |
| CMYK | 0 | 0.54 | 0.2 | 0.18 |
| HSL | 322.3º | 0.56% | 0.6% | - |
| HSV(B) | 322.3º | 0.54% | 0.82% | - |
| XYZ | 37.92 | 25.08 | 39.89 | - |
| YUV | 138.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 168 | 0 | 0.54 | 0.2 | 0.18 | 322.3 | 0.56 | 0.6 |
| Hex | D2 | 61 | A8 | 0 | 36 | 14 | 12 | 142 | 38 | 3C |
| Octal | 322 | 141 | 250 | 0 | 66 | 24 | 22 | 502 | 70 | 74 |
| Binary | 11010010 | 1100001 | 10101000 | 0 | 110110 | 10100 | 10010 | 101000010 | 111000 | 111100 |
Color Harmonies of #D261A8
Complementary color
Monochromatic Colors of #D261A8
Black with #D261A8
Text Example
Text Example
White with #D261A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261A8; }
p { color: rgb(210,97,168); }
H1.HeaderClassName
{
color: #D261A8;
}
.AnyTagClassName
{
color: #D261A8;
}
</style>
background-color css
<style>
a { background-color: #D261A8; }
a { background-color: rgb(210,97,168); }
div.DivClassName
{
background-color: #D261A8;
}
.BgClassName
{
background-color: #D261A8;
}
</style>
border-color css
<style>
span { border-color: #D261A8; }
span { border-color: rgb(210,97,168); }
td.TdClassName
{
border-color: #D261A8;
}
.TagClassName
{
border-color: #D261A8;
}
</style>