Shades of Hopbush #D363AC
Tints of Hopbush #D363AC
RGB
CMYK
RGB Variations
Color information
#D363AC (or 0xD363AC) is known color: Hopbush. HEX triplet: D3, 63 and AC. RGB value is (211,99,172). Sum of RGB (Red+Green+Blue) = 211+99+172=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D363AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D363AC is #2C9C53. Grayscale: #8C8C8C. Windows color (decimal): -2923604 or 11297747. OLE color: 11297747.
HSL color Cylindrical-coordinate representation of color #D363AC: hue angle of 320.89º 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 #D363AC is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 172 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.17 |
| HSL | 320.89º | 0.56% | 0.61% | - |
| HSV(B) | 320.89º | 0.53% | 0.83% | - |
| XYZ | 38.77 | 25.75 | 41.96 | - |
| YUV | 140.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 172 | 0 | 0.53 | 0.18 | 0.17 | 320.89 | 0.56 | 0.61 |
| Hex | D3 | 63 | AC | 0 | 35 | 12 | 11 | 141 | 38 | 3D |
| Octal | 323 | 143 | 254 | 0 | 65 | 22 | 21 | 501 | 70 | 75 |
| Binary | 11010011 | 1100011 | 10101100 | 0 | 110101 | 10010 | 10001 | 101000001 | 111000 | 111101 |
Color Harmonies of #D363AC
Complementary color
Monochromatic Colors of #D363AC
Black with #D363AC
Text Example
Text Example
White with #D363AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D363AC; }
p { color: rgb(211,99,172); }
H1.HeaderClassName
{
color: #D363AC;
}
.AnyTagClassName
{
color: #D363AC;
}
</style>
background-color css
<style>
a { background-color: #D363AC; }
a { background-color: rgb(211,99,172); }
div.DivClassName
{
background-color: #D363AC;
}
.BgClassName
{
background-color: #D363AC;
}
</style>
border-color css
<style>
span { border-color: #D363AC; }
span { border-color: rgb(211,99,172); }
td.TdClassName
{
border-color: #D363AC;
}
.TagClassName
{
border-color: #D363AC;
}
</style>