Shades of Hopbush #D65A98
Tints of Hopbush #D65A98
RGB
CMYK
RGB Variations
Color information
#D65A98 (or 0xD65A98) is known color: Hopbush. HEX triplet: D6, 5A and 98. RGB value is (214,90,152). Sum of RGB (Red+Green+Blue) = 214+90+152=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65A98 is #29A567. Grayscale: #868686. Windows color (decimal): -2729320 or 9984726. OLE color: 9984726.
HSL color Cylindrical-coordinate representation of color #D65A98: hue angle of 330º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65A98 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 152 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.16 |
| HSL | 330º | 0.6% | 0.6% | - |
| HSV(B) | 330º | 0.58% | 0.84% | - |
| XYZ | 37.06 | 23.88 | 32.36 | - |
| YUV | 134.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 152 | 0 | 0.58 | 0.29 | 0.16 | 330 | 0.6 | 0.6 |
| Hex | D6 | 5A | 98 | 0 | 3A | 1D | 10 | 14A | 3C | 3C |
| Octal | 326 | 132 | 230 | 0 | 72 | 35 | 20 | 512 | 74 | 74 |
| Binary | 11010110 | 1011010 | 10011000 | 0 | 111010 | 11101 | 10000 | 101001010 | 111100 | 111100 |
Color Harmonies of #D65A98
Complementary color
Monochromatic Colors of #D65A98
Black with #D65A98
Text Example
Text Example
White with #D65A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65A98; }
p { color: rgb(214,90,152); }
H1.HeaderClassName
{
color: #D65A98;
}
.AnyTagClassName
{
color: #D65A98;
}
</style>
background-color css
<style>
a { background-color: #D65A98; }
a { background-color: rgb(214,90,152); }
div.DivClassName
{
background-color: #D65A98;
}
.BgClassName
{
background-color: #D65A98;
}
</style>
border-color css
<style>
span { border-color: #D65A98; }
span { border-color: rgb(214,90,152); }
td.TdClassName
{
border-color: #D65A98;
}
.TagClassName
{
border-color: #D65A98;
}
</style>