Shades of Hopbush #D369B0
Tints of Hopbush #D369B0
RGB
CMYK
RGB Variations
Color information
#D369B0 (or 0xD369B0) is known color: Hopbush. HEX triplet: D3, 69 and B0. RGB value is (211,105,176). Sum of RGB (Red+Green+Blue) = 211+105+176=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D369B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D369B0 is #2C964F. Grayscale: #909090. Windows color (decimal): -2922064 or 11561427. OLE color: 11561427.
HSL color Cylindrical-coordinate representation of color #D369B0: hue angle of 319.81º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D369B0 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 176 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.17 |
| HSL | 319.81º | 0.55% | 0.62% | - |
| HSV(B) | 319.81º | 0.5% | 0.83% | - |
| XYZ | 39.75 | 27.09 | 44.21 | - |
| YUV | 144.79 | 145.62 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 176 | 0 | 0.50 | 0.17 | 0.17 | 319.81 | 0.55 | 0.62 |
| Hex | D3 | 69 | B0 | 0 | 32 | 11 | 11 | 140 | 37 | 3E |
| Octal | 323 | 151 | 260 | 0 | 62 | 21 | 21 | 500 | 67 | 76 |
| Binary | 11010011 | 1101001 | 10110000 | 0 | 110010 | 10001 | 10001 | 101000000 | 110111 | 111110 |
Color Harmonies of #D369B0
Complementary color
Monochromatic Colors of #D369B0
Black with #D369B0
Text Example
Text Example
White with #D369B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369B0; }
p { color: rgb(211,105,176); }
H1.HeaderClassName
{
color: #D369B0;
}
.AnyTagClassName
{
color: #D369B0;
}
</style>
background-color css
<style>
a { background-color: #D369B0; }
a { background-color: rgb(211,105,176); }
div.DivClassName
{
background-color: #D369B0;
}
.BgClassName
{
background-color: #D369B0;
}
</style>
border-color css
<style>
span { border-color: #D369B0; }
span { border-color: rgb(211,105,176); }
td.TdClassName
{
border-color: #D369B0;
}
.TagClassName
{
border-color: #D369B0;
}
</style>