Shades of Hopbush #D365AD
Tints of Hopbush #D365AD
RGB
CMYK
RGB Variations
Color information
#D365AD (or 0xD365AD) is known color: Hopbush. HEX triplet: D3, 65 and AD. RGB value is (211,101,173). Sum of RGB (Red+Green+Blue) = 211+101+173=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D365AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D365AD is #2C9A52. Grayscale: #8D8D8D. Windows color (decimal): -2923091 or 11363795. OLE color: 11363795.
HSL color Cylindrical-coordinate representation of color #D365AD: hue angle of 320.73º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D365AD is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 173 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.17 |
| HSL | 320.73º | 0.56% | 0.61% | - |
| HSV(B) | 320.73º | 0.52% | 0.83% | - |
| XYZ | 39.06 | 26.17 | 42.53 | - |
| YUV | 142.1 | 145.44 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 173 | 0 | 0.52 | 0.18 | 0.17 | 320.73 | 0.56 | 0.61 |
| Hex | D3 | 65 | AD | 0 | 34 | 12 | 11 | 141 | 38 | 3D |
| Octal | 323 | 145 | 255 | 0 | 64 | 22 | 21 | 501 | 70 | 75 |
| Binary | 11010011 | 1100101 | 10101101 | 0 | 110100 | 10010 | 10001 | 101000001 | 111000 | 111101 |
Color Harmonies of #D365AD
Complementary color
Monochromatic Colors of #D365AD
Black with #D365AD
Text Example
Text Example
White with #D365AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D365AD; }
p { color: rgb(211,101,173); }
H1.HeaderClassName
{
color: #D365AD;
}
.AnyTagClassName
{
color: #D365AD;
}
</style>
background-color css
<style>
a { background-color: #D365AD; }
a { background-color: rgb(211,101,173); }
div.DivClassName
{
background-color: #D365AD;
}
.BgClassName
{
background-color: #D365AD;
}
</style>
border-color css
<style>
span { border-color: #D365AD; }
span { border-color: rgb(211,101,173); }
td.TdClassName
{
border-color: #D365AD;
}
.TagClassName
{
border-color: #D365AD;
}
</style>