Shades of Hopbush #D365B0
Tints of Hopbush #D365B0
RGB
CMYK
RGB Variations
Color information
#D365B0 (or 0xD365B0) is known color: Hopbush. HEX triplet: D3, 65 and B0. RGB value is (211,101,176). Sum of RGB (Red+Green+Blue) = 211+101+176=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D365B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D365B0 is #2C9A4F. Grayscale: #8E8E8E. Windows color (decimal): -2923088 or 11560403. OLE color: 11560403.
HSL color Cylindrical-coordinate representation of color #D365B0: hue angle of 319.09º 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 #D365B0 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 176 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.17 |
| HSL | 319.09º | 0.56% | 0.61% | - |
| HSV(B) | 319.09º | 0.52% | 0.83% | - |
| XYZ | 39.35 | 26.29 | 44.07 | - |
| YUV | 142.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 176 | 0 | 0.52 | 0.17 | 0.17 | 319.09 | 0.56 | 0.61 |
| Hex | D3 | 65 | B0 | 0 | 34 | 11 | 11 | 13F | 38 | 3D |
| Octal | 323 | 145 | 260 | 0 | 64 | 21 | 21 | 477 | 70 | 75 |
| Binary | 11010011 | 1100101 | 10110000 | 0 | 110100 | 10001 | 10001 | 100111111 | 111000 | 111101 |
Color Harmonies of #D365B0
Complementary color
Monochromatic Colors of #D365B0
Black with #D365B0
Text Example
Text Example
White with #D365B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D365B0; }
p { color: rgb(211,101,176); }
H1.HeaderClassName
{
color: #D365B0;
}
.AnyTagClassName
{
color: #D365B0;
}
</style>
background-color css
<style>
a { background-color: #D365B0; }
a { background-color: rgb(211,101,176); }
div.DivClassName
{
background-color: #D365B0;
}
.BgClassName
{
background-color: #D365B0;
}
</style>
border-color css
<style>
span { border-color: #D365B0; }
span { border-color: rgb(211,101,176); }
td.TdClassName
{
border-color: #D365B0;
}
.TagClassName
{
border-color: #D365B0;
}
</style>