Shades of Hopbush #D65F9E
Tints of Hopbush #D65F9E
RGB
CMYK
RGB Variations
Color information
#D65F9E (or 0xD65F9E) is known color: Hopbush. HEX triplet: D6, 5F and 9E. RGB value is (214,95,158). Sum of RGB (Red+Green+Blue) = 214+95+158=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65F9E is #29A061. Grayscale: #898989. Windows color (decimal): -2728034 or 10379222. OLE color: 10379222.
HSL color Cylindrical-coordinate representation of color #D65F9E: hue angle of 328.24º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65F9E is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 158 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.16 |
| HSL | 328.24º | 0.59% | 0.61% | - |
| HSV(B) | 328.24º | 0.56% | 0.84% | - |
| XYZ | 38 | 24.95 | 35.16 | - |
| YUV | 137.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 158 | 0 | 0.56 | 0.26 | 0.16 | 328.24 | 0.59 | 0.61 |
| Hex | D6 | 5F | 9E | 0 | 38 | 1A | 10 | 148 | 3B | 3D |
| Octal | 326 | 137 | 236 | 0 | 70 | 32 | 20 | 510 | 73 | 75 |
| Binary | 11010110 | 1011111 | 10011110 | 0 | 111000 | 11010 | 10000 | 101001000 | 111011 | 111101 |
Color Harmonies of #D65F9E
Complementary color
Monochromatic Colors of #D65F9E
Black with #D65F9E
Text Example
Text Example
White with #D65F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F9E; }
p { color: rgb(214,95,158); }
H1.HeaderClassName
{
color: #D65F9E;
}
.AnyTagClassName
{
color: #D65F9E;
}
</style>
background-color css
<style>
a { background-color: #D65F9E; }
a { background-color: rgb(214,95,158); }
div.DivClassName
{
background-color: #D65F9E;
}
.BgClassName
{
background-color: #D65F9E;
}
</style>
border-color css
<style>
span { border-color: #D65F9E; }
span { border-color: rgb(214,95,158); }
td.TdClassName
{
border-color: #D65F9E;
}
.TagClassName
{
border-color: #D65F9E;
}
</style>