Shades of Hopbush #D65F8C
Tints of Hopbush #D65F8C
RGB
CMYK
RGB Variations
Color information
#D65F8C (or 0xD65F8C) is known color: Hopbush. HEX triplet: D6, 5F and 8C. RGB value is (214,95,140). Sum of RGB (Red+Green+Blue) = 214+95+140=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65F8C is #29A073. Grayscale: #878787. Windows color (decimal): -2728052 or 9199574. OLE color: 9199574.
HSL color Cylindrical-coordinate representation of color #D65F8C: hue angle of 337.31º 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 #D65F8C is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 140 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.16 |
| HSL | 337.31º | 0.59% | 0.61% | - |
| HSV(B) | 337.31º | 0.56% | 0.84% | - |
| XYZ | 36.56 | 24.37 | 27.59 | - |
| YUV | 135.71 | 130.42 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 140 | 0 | 0.56 | 0.35 | 0.16 | 337.31 | 0.59 | 0.61 |
| Hex | D6 | 5F | 8C | 0 | 38 | 23 | 10 | 151 | 3B | 3D |
| Octal | 326 | 137 | 214 | 0 | 70 | 43 | 20 | 521 | 73 | 75 |
| Binary | 11010110 | 1011111 | 10001100 | 0 | 111000 | 100011 | 10000 | 101010001 | 111011 | 111101 |
Color Harmonies of #D65F8C
Complementary color
Monochromatic Colors of #D65F8C
Black with #D65F8C
Text Example
Text Example
White with #D65F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F8C; }
p { color: rgb(214,95,140); }
H1.HeaderClassName
{
color: #D65F8C;
}
.AnyTagClassName
{
color: #D65F8C;
}
</style>
background-color css
<style>
a { background-color: #D65F8C; }
a { background-color: rgb(214,95,140); }
div.DivClassName
{
background-color: #D65F8C;
}
.BgClassName
{
background-color: #D65F8C;
}
</style>
border-color css
<style>
span { border-color: #D65F8C; }
span { border-color: rgb(214,95,140); }
td.TdClassName
{
border-color: #D65F8C;
}
.TagClassName
{
border-color: #D65F8C;
}
</style>