Shades of Hopbush #D96CB0
Tints of Hopbush #D96CB0
RGB
CMYK
RGB Variations
Color information
#D96CB0 (or 0xD96CB0) is known color: Hopbush. HEX triplet: D9, 6C and B0. RGB value is (217,108,176). Sum of RGB (Red+Green+Blue) = 217+108+176=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96CB0 is #26934F. Grayscale: #949494. Windows color (decimal): -2528080 or 11562201. OLE color: 11562201.
HSL color Cylindrical-coordinate representation of color #D96CB0: hue angle of 322.57º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96CB0 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 176 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.15 |
| HSL | 322.57º | 0.59% | 0.64% | - |
| HSV(B) | 322.57º | 0.5% | 0.85% | - |
| XYZ | 41.81 | 28.61 | 44.39 | - |
| YUV | 148.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 176 | 0 | 0.50 | 0.19 | 0.15 | 322.57 | 0.59 | 0.64 |
| Hex | D9 | 6C | B0 | 0 | 32 | 13 | F | 143 | 3B | 40 |
| Octal | 331 | 154 | 260 | 0 | 62 | 23 | 17 | 503 | 73 | 100 |
| Binary | 11011001 | 1101100 | 10110000 | 0 | 110010 | 10011 | 1111 | 101000011 | 111011 | 1000000 |
Color Harmonies of #D96CB0
Complementary color
Monochromatic Colors of #D96CB0
Black with #D96CB0
Text Example
Text Example
White with #D96CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96CB0; }
p { color: rgb(217,108,176); }
H1.HeaderClassName
{
color: #D96CB0;
}
.AnyTagClassName
{
color: #D96CB0;
}
</style>
background-color css
<style>
a { background-color: #D96CB0; }
a { background-color: rgb(217,108,176); }
div.DivClassName
{
background-color: #D96CB0;
}
.BgClassName
{
background-color: #D96CB0;
}
</style>
border-color css
<style>
span { border-color: #D96CB0; }
span { border-color: rgb(217,108,176); }
td.TdClassName
{
border-color: #D96CB0;
}
.TagClassName
{
border-color: #D96CB0;
}
</style>