Shades of Hopbush #D65F9D
Tints of Hopbush #D65F9D
RGB
CMYK
RGB Variations
Color information
#D65F9D (or 0xD65F9D) is known color: Hopbush. HEX triplet: D6, 5F and 9D. RGB value is (214,95,157). Sum of RGB (Red+Green+Blue) = 214+95+157=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65F9D is #29A062. Grayscale: #898989. Windows color (decimal): -2728035 or 10313686. OLE color: 10313686.
HSL color Cylindrical-coordinate representation of color #D65F9D: hue angle of 328.74º 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 #D65F9D is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 157 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.16 |
| HSL | 328.74º | 0.59% | 0.61% | - |
| HSV(B) | 328.74º | 0.56% | 0.84% | - |
| XYZ | 37.91 | 24.91 | 34.71 | - |
| YUV | 137.65 | 138.92 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 157 | 0 | 0.56 | 0.27 | 0.16 | 328.74 | 0.59 | 0.61 |
| Hex | D6 | 5F | 9D | 0 | 38 | 1B | 10 | 149 | 3B | 3D |
| Octal | 326 | 137 | 235 | 0 | 70 | 33 | 20 | 511 | 73 | 75 |
| Binary | 11010110 | 1011111 | 10011101 | 0 | 111000 | 11011 | 10000 | 101001001 | 111011 | 111101 |
Color Harmonies of #D65F9D
Complementary color
Monochromatic Colors of #D65F9D
Black with #D65F9D
Text Example
Text Example
White with #D65F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F9D; }
p { color: rgb(214,95,157); }
H1.HeaderClassName
{
color: #D65F9D;
}
.AnyTagClassName
{
color: #D65F9D;
}
</style>
background-color css
<style>
a { background-color: #D65F9D; }
a { background-color: rgb(214,95,157); }
div.DivClassName
{
background-color: #D65F9D;
}
.BgClassName
{
background-color: #D65F9D;
}
</style>
border-color css
<style>
span { border-color: #D65F9D; }
span { border-color: rgb(214,95,157); }
td.TdClassName
{
border-color: #D65F9D;
}
.TagClassName
{
border-color: #D65F9D;
}
</style>