Shades of Hopbush #DE61A8
Tints of Hopbush #DE61A8
RGB
CMYK
RGB Variations
Color information
#DE61A8 (or 0xDE61A8) is known color: Hopbush. HEX triplet: DE, 61 and A8. RGB value is (222,97,168). Sum of RGB (Red+Green+Blue) = 222+97+168=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE61A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE61A8 is #219E57. Grayscale: #8E8E8E. Windows color (decimal): -2203224 or 11035102. OLE color: 11035102.
HSL color Cylindrical-coordinate representation of color #DE61A8: hue angle of 325.92º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE61A8 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 97 | 168 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.13 |
| HSL | 325.92º | 0.65% | 0.63% | - |
| HSV(B) | 325.92º | 0.56% | 0.87% | - |
| XYZ | 41.47 | 26.91 | 40.05 | - |
| YUV | 142.47 | 142.41 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 97 | 168 | 0 | 0.56 | 0.24 | 0.13 | 325.92 | 0.65 | 0.63 |
| Hex | DE | 61 | A8 | 0 | 38 | 18 | D | 146 | 41 | 3F |
| Octal | 336 | 141 | 250 | 0 | 70 | 30 | 15 | 506 | 101 | 77 |
| Binary | 11011110 | 1100001 | 10101000 | 0 | 111000 | 11000 | 1101 | 101000110 | 1000001 | 111111 |
Color Harmonies of #DE61A8
Complementary color
Monochromatic Colors of #DE61A8
Black with #DE61A8
Text Example
Text Example
White with #DE61A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE61A8; }
p { color: rgb(222,97,168); }
H1.HeaderClassName
{
color: #DE61A8;
}
.AnyTagClassName
{
color: #DE61A8;
}
</style>
background-color css
<style>
a { background-color: #DE61A8; }
a { background-color: rgb(222,97,168); }
div.DivClassName
{
background-color: #DE61A8;
}
.BgClassName
{
background-color: #DE61A8;
}
</style>
border-color css
<style>
span { border-color: #DE61A8; }
span { border-color: rgb(222,97,168); }
td.TdClassName
{
border-color: #DE61A8;
}
.TagClassName
{
border-color: #DE61A8;
}
</style>