Shades of Hopbush #D65B99
Tints of Hopbush #D65B99
RGB
CMYK
RGB Variations
Color information
#D65B99 (or 0xD65B99) is known color: Hopbush. HEX triplet: D6, 5B and 99. RGB value is (214,91,153). Sum of RGB (Red+Green+Blue) = 214+91+153=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65B99 is #29A466. Grayscale: #868686. Windows color (decimal): -2729063 or 10050518. OLE color: 10050518.
HSL color Cylindrical-coordinate representation of color #D65B99: hue angle of 329.76º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65B99 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 153 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.16 |
| HSL | 329.76º | 0.6% | 0.6% | - |
| HSV(B) | 329.76º | 0.57% | 0.84% | - |
| XYZ | 37.22 | 24.08 | 32.82 | - |
| YUV | 134.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 153 | 0 | 0.57 | 0.29 | 0.16 | 329.76 | 0.6 | 0.6 |
| Hex | D6 | 5B | 99 | 0 | 39 | 1D | 10 | 14A | 3C | 3C |
| Octal | 326 | 133 | 231 | 0 | 71 | 35 | 20 | 512 | 74 | 74 |
| Binary | 11010110 | 1011011 | 10011001 | 0 | 111001 | 11101 | 10000 | 101001010 | 111100 | 111100 |
Color Harmonies of #D65B99
Complementary color
Monochromatic Colors of #D65B99
Black with #D65B99
Text Example
Text Example
White with #D65B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65B99; }
p { color: rgb(214,91,153); }
H1.HeaderClassName
{
color: #D65B99;
}
.AnyTagClassName
{
color: #D65B99;
}
</style>
background-color css
<style>
a { background-color: #D65B99; }
a { background-color: rgb(214,91,153); }
div.DivClassName
{
background-color: #D65B99;
}
.BgClassName
{
background-color: #D65B99;
}
</style>
border-color css
<style>
span { border-color: #D65B99; }
span { border-color: rgb(214,91,153); }
td.TdClassName
{
border-color: #D65B99;
}
.TagClassName
{
border-color: #D65B99;
}
</style>