Shades of Hopbush #D65F9C
Tints of Hopbush #D65F9C
RGB
CMYK
RGB Variations
Color information
#D65F9C (or 0xD65F9C) is known color: Hopbush. HEX triplet: D6, 5F and 9C. RGB value is (214,95,156). Sum of RGB (Red+Green+Blue) = 214+95+156=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65F9C is #29A063. Grayscale: #898989. Windows color (decimal): -2728036 or 10248150. OLE color: 10248150.
HSL color Cylindrical-coordinate representation of color #D65F9C: hue angle of 329.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 #D65F9C is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 156 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.16 |
| HSL | 329.24º | 0.59% | 0.61% | - |
| HSV(B) | 329.24º | 0.56% | 0.84% | - |
| XYZ | 37.82 | 24.88 | 34.26 | - |
| YUV | 137.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 156 | 0 | 0.56 | 0.27 | 0.16 | 329.24 | 0.59 | 0.61 |
| Hex | D6 | 5F | 9C | 0 | 38 | 1B | 10 | 149 | 3B | 3D |
| Octal | 326 | 137 | 234 | 0 | 70 | 33 | 20 | 511 | 73 | 75 |
| Binary | 11010110 | 1011111 | 10011100 | 0 | 111000 | 11011 | 10000 | 101001001 | 111011 | 111101 |
Color Harmonies of #D65F9C
Complementary color
Monochromatic Colors of #D65F9C
Black with #D65F9C
Text Example
Text Example
White with #D65F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F9C; }
p { color: rgb(214,95,156); }
H1.HeaderClassName
{
color: #D65F9C;
}
.AnyTagClassName
{
color: #D65F9C;
}
</style>
background-color css
<style>
a { background-color: #D65F9C; }
a { background-color: rgb(214,95,156); }
div.DivClassName
{
background-color: #D65F9C;
}
.BgClassName
{
background-color: #D65F9C;
}
</style>
border-color css
<style>
span { border-color: #D65F9C; }
span { border-color: rgb(214,95,156); }
td.TdClassName
{
border-color: #D65F9C;
}
.TagClassName
{
border-color: #D65F9C;
}
</style>