Shades of Hopbush #D363AA
Tints of Hopbush #D363AA
RGB
CMYK
RGB Variations
Color information
#D363AA (or 0xD363AA) is known color: Hopbush. HEX triplet: D3, 63 and AA. RGB value is (211,99,170). Sum of RGB (Red+Green+Blue) = 211+99+170=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D363AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D363AA is #2C9C55. Grayscale: #8C8C8C. Windows color (decimal): -2923606 or 11166675. OLE color: 11166675.
HSL color Cylindrical-coordinate representation of color #D363AA: hue angle of 321.96º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D363AA is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 170 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.17 |
| HSL | 321.96º | 0.56% | 0.61% | - |
| HSV(B) | 321.96º | 0.53% | 0.83% | - |
| XYZ | 38.58 | 25.67 | 40.95 | - |
| YUV | 140.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 170 | 0 | 0.53 | 0.19 | 0.17 | 321.96 | 0.56 | 0.61 |
| Hex | D3 | 63 | AA | 0 | 35 | 13 | 11 | 142 | 38 | 3D |
| Octal | 323 | 143 | 252 | 0 | 65 | 23 | 21 | 502 | 70 | 75 |
| Binary | 11010011 | 1100011 | 10101010 | 0 | 110101 | 10011 | 10001 | 101000010 | 111000 | 111101 |
Color Harmonies of #D363AA
Complementary color
Monochromatic Colors of #D363AA
Black with #D363AA
Text Example
Text Example
White with #D363AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D363AA; }
p { color: rgb(211,99,170); }
H1.HeaderClassName
{
color: #D363AA;
}
.AnyTagClassName
{
color: #D363AA;
}
</style>
background-color css
<style>
a { background-color: #D363AA; }
a { background-color: rgb(211,99,170); }
div.DivClassName
{
background-color: #D363AA;
}
.BgClassName
{
background-color: #D363AA;
}
</style>
border-color css
<style>
span { border-color: #D363AA; }
span { border-color: rgb(211,99,170); }
td.TdClassName
{
border-color: #D363AA;
}
.TagClassName
{
border-color: #D363AA;
}
</style>