Shades of Hopbush #D362A6
Tints of Hopbush #D362A6
RGB
CMYK
RGB Variations
Color information
#D362A6 (or 0xD362A6) is known color: Hopbush. HEX triplet: D3, 62 and A6. RGB value is (211,98,166). Sum of RGB (Red+Green+Blue) = 211+98+166=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D362A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D362A6 is #2C9D59. Grayscale: #8B8B8B. Windows color (decimal): -2923866 or 10904275. OLE color: 10904275.
HSL color Cylindrical-coordinate representation of color #D362A6: hue angle of 323.89º 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 #D362A6 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 166 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.17 |
| HSL | 323.89º | 0.56% | 0.61% | - |
| HSV(B) | 323.89º | 0.54% | 0.83% | - |
| XYZ | 38.11 | 25.34 | 38.96 | - |
| YUV | 139.54 | 142.94 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 166 | 0 | 0.54 | 0.21 | 0.17 | 323.89 | 0.56 | 0.61 |
| Hex | D3 | 62 | A6 | 0 | 36 | 15 | 11 | 144 | 38 | 3D |
| Octal | 323 | 142 | 246 | 0 | 66 | 25 | 21 | 504 | 70 | 75 |
| Binary | 11010011 | 1100010 | 10100110 | 0 | 110110 | 10101 | 10001 | 101000100 | 111000 | 111101 |
Color Harmonies of #D362A6
Complementary color
Monochromatic Colors of #D362A6
Black with #D362A6
Text Example
Text Example
White with #D362A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D362A6; }
p { color: rgb(211,98,166); }
H1.HeaderClassName
{
color: #D362A6;
}
.AnyTagClassName
{
color: #D362A6;
}
</style>
background-color css
<style>
a { background-color: #D362A6; }
a { background-color: rgb(211,98,166); }
div.DivClassName
{
background-color: #D362A6;
}
.BgClassName
{
background-color: #D362A6;
}
</style>
border-color css
<style>
span { border-color: #D362A6; }
span { border-color: rgb(211,98,166); }
td.TdClassName
{
border-color: #D362A6;
}
.TagClassName
{
border-color: #D362A6;
}
</style>