Shades of Hopbush #D363AD
Tints of Hopbush #D363AD
RGB
CMYK
RGB Variations
Color information
#D363AD (or 0xD363AD) is known color: Hopbush. HEX triplet: D3, 63 and AD. RGB value is (211,99,173). Sum of RGB (Red+Green+Blue) = 211+99+173=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D363AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D363AD is #2C9C52. Grayscale: #8C8C8C. Windows color (decimal): -2923603 or 11363283. OLE color: 11363283.
HSL color Cylindrical-coordinate representation of color #D363AD: hue angle of 320.36º 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 #D363AD is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 173 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.17 |
| HSL | 320.36º | 0.56% | 0.61% | - |
| HSV(B) | 320.36º | 0.53% | 0.83% | - |
| XYZ | 38.87 | 25.79 | 42.46 | - |
| YUV | 140.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 173 | 0 | 0.53 | 0.18 | 0.17 | 320.36 | 0.56 | 0.61 |
| Hex | D3 | 63 | AD | 0 | 35 | 12 | 11 | 140 | 38 | 3D |
| Octal | 323 | 143 | 255 | 0 | 65 | 22 | 21 | 500 | 70 | 75 |
| Binary | 11010011 | 1100011 | 10101101 | 0 | 110101 | 10010 | 10001 | 101000000 | 111000 | 111101 |
Color Harmonies of #D363AD
Complementary color
Monochromatic Colors of #D363AD
Black with #D363AD
Text Example
Text Example
White with #D363AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D363AD; }
p { color: rgb(211,99,173); }
H1.HeaderClassName
{
color: #D363AD;
}
.AnyTagClassName
{
color: #D363AD;
}
</style>
background-color css
<style>
a { background-color: #D363AD; }
a { background-color: rgb(211,99,173); }
div.DivClassName
{
background-color: #D363AD;
}
.BgClassName
{
background-color: #D363AD;
}
</style>
border-color css
<style>
span { border-color: #D363AD; }
span { border-color: rgb(211,99,173); }
td.TdClassName
{
border-color: #D363AD;
}
.TagClassName
{
border-color: #D363AD;
}
</style>