Shades of Hopbush #D362A4
Tints of Hopbush #D362A4
RGB
CMYK
RGB Variations
Color information
#D362A4 (or 0xD362A4) is known color: Hopbush. HEX triplet: D3, 62 and A4. RGB value is (211,98,164). Sum of RGB (Red+Green+Blue) = 211+98+164=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D362A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D362A4 is #2C9D5B. Grayscale: #8B8B8B. Windows color (decimal): -2923868 or 10773203. OLE color: 10773203.
HSL color Cylindrical-coordinate representation of color #D362A4: hue angle of 324.96º 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 #D362A4 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 164 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.17 |
| HSL | 324.96º | 0.56% | 0.61% | - |
| HSV(B) | 324.96º | 0.54% | 0.83% | - |
| XYZ | 37.93 | 25.26 | 38 | - |
| YUV | 139.31 | 141.94 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 164 | 0 | 0.54 | 0.22 | 0.17 | 324.96 | 0.56 | 0.61 |
| Hex | D3 | 62 | A4 | 0 | 36 | 16 | 11 | 145 | 38 | 3D |
| Octal | 323 | 142 | 244 | 0 | 66 | 26 | 21 | 505 | 70 | 75 |
| Binary | 11010011 | 1100010 | 10100100 | 0 | 110110 | 10110 | 10001 | 101000101 | 111000 | 111101 |
Color Harmonies of #D362A4
Complementary color
Monochromatic Colors of #D362A4
Black with #D362A4
Text Example
Text Example
White with #D362A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D362A4; }
p { color: rgb(211,98,164); }
H1.HeaderClassName
{
color: #D362A4;
}
.AnyTagClassName
{
color: #D362A4;
}
</style>
background-color css
<style>
a { background-color: #D362A4; }
a { background-color: rgb(211,98,164); }
div.DivClassName
{
background-color: #D362A4;
}
.BgClassName
{
background-color: #D362A4;
}
</style>
border-color css
<style>
span { border-color: #D362A4; }
span { border-color: rgb(211,98,164); }
td.TdClassName
{
border-color: #D362A4;
}
.TagClassName
{
border-color: #D362A4;
}
</style>