Shades of Hopbush #D65998
Tints of Hopbush #D65998
RGB
CMYK
RGB Variations
Color information
#D65998 (or 0xD65998) is known color: Hopbush. HEX triplet: D6, 59 and 98. RGB value is (214,89,152). Sum of RGB (Red+Green+Blue) = 214+89+152=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D65998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65998 is #29A667. Grayscale: #858585. Windows color (decimal): -2729576 or 9984470. OLE color: 9984470.
HSL color Cylindrical-coordinate representation of color #D65998: hue angle of 329.76º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65998 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 152 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.16 |
| HSL | 329.76º | 0.6% | 0.59% | - |
| HSV(B) | 329.76º | 0.58% | 0.84% | - |
| XYZ | 36.97 | 23.71 | 32.33 | - |
| YUV | 133.56 | 138.41 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 152 | 0 | 0.58 | 0.29 | 0.16 | 329.76 | 0.6 | 0.59 |
| Hex | D6 | 59 | 98 | 0 | 3A | 1D | 10 | 14A | 3C | 3B |
| Octal | 326 | 131 | 230 | 0 | 72 | 35 | 20 | 512 | 74 | 73 |
| Binary | 11010110 | 1011001 | 10011000 | 0 | 111010 | 11101 | 10000 | 101001010 | 111100 | 111011 |
Color Harmonies of #D65998
Complementary color
Monochromatic Colors of #D65998
Black with #D65998
Text Example
Text Example
White with #D65998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65998; }
p { color: rgb(214,89,152); }
H1.HeaderClassName
{
color: #D65998;
}
.AnyTagClassName
{
color: #D65998;
}
</style>
background-color css
<style>
a { background-color: #D65998; }
a { background-color: rgb(214,89,152); }
div.DivClassName
{
background-color: #D65998;
}
.BgClassName
{
background-color: #D65998;
}
</style>
border-color css
<style>
span { border-color: #D65998; }
span { border-color: rgb(214,89,152); }
td.TdClassName
{
border-color: #D65998;
}
.TagClassName
{
border-color: #D65998;
}
</style>