Shades of Hopbush #D362A1
Tints of Hopbush #D362A1
RGB
CMYK
RGB Variations
Color information
#D362A1 (or 0xD362A1) is known color: Hopbush. HEX triplet: D3, 62 and A1. RGB value is (211,98,161). Sum of RGB (Red+Green+Blue) = 211+98+161=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D362A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D362A1 is #2C9D5E. Grayscale: #8A8A8A. Windows color (decimal): -2923871 or 10576595. OLE color: 10576595.
HSL color Cylindrical-coordinate representation of color #D362A1: hue angle of 326.55º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D362A1 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 161 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.17 |
| HSL | 326.55º | 0.56% | 0.61% | - |
| HSV(B) | 326.55º | 0.54% | 0.83% | - |
| XYZ | 37.66 | 25.16 | 36.59 | - |
| YUV | 138.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 161 | 0 | 0.54 | 0.24 | 0.17 | 326.55 | 0.56 | 0.61 |
| Hex | D3 | 62 | A1 | 0 | 36 | 18 | 11 | 147 | 38 | 3D |
| Octal | 323 | 142 | 241 | 0 | 66 | 30 | 21 | 507 | 70 | 75 |
| Binary | 11010011 | 1100010 | 10100001 | 0 | 110110 | 11000 | 10001 | 101000111 | 111000 | 111101 |
Color Harmonies of #D362A1
Complementary color
Monochromatic Colors of #D362A1
Black with #D362A1
Text Example
Text Example
White with #D362A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D362A1; }
p { color: rgb(211,98,161); }
H1.HeaderClassName
{
color: #D362A1;
}
.AnyTagClassName
{
color: #D362A1;
}
</style>
background-color css
<style>
a { background-color: #D362A1; }
a { background-color: rgb(211,98,161); }
div.DivClassName
{
background-color: #D362A1;
}
.BgClassName
{
background-color: #D362A1;
}
</style>
border-color css
<style>
span { border-color: #D362A1; }
span { border-color: rgb(211,98,161); }
td.TdClassName
{
border-color: #D362A1;
}
.TagClassName
{
border-color: #D362A1;
}
</style>