Shades of Hopbush #D65B8F
Tints of Hopbush #D65B8F
RGB
CMYK
RGB Variations
Color information
#D65B8F (or 0xD65B8F) is known color: Hopbush. HEX triplet: D6, 5B and 8F. RGB value is (214,91,143). Sum of RGB (Red+Green+Blue) = 214+91+143=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65B8F is #29A470. Grayscale: #858585. Windows color (decimal): -2729073 or 9395158. OLE color: 9395158.
HSL color Cylindrical-coordinate representation of color #D65B8F: hue angle of 334.63º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65B8F is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 143 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.16 |
| HSL | 334.63º | 0.6% | 0.6% | - |
| HSV(B) | 334.63º | 0.57% | 0.84% | - |
| XYZ | 36.43 | 23.76 | 28.65 | - |
| YUV | 133.71 | 133.25 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 143 | 0 | 0.57 | 0.33 | 0.16 | 334.63 | 0.6 | 0.6 |
| Hex | D6 | 5B | 8F | 0 | 39 | 21 | 10 | 14F | 3C | 3C |
| Octal | 326 | 133 | 217 | 0 | 71 | 41 | 20 | 517 | 74 | 74 |
| Binary | 11010110 | 1011011 | 10001111 | 0 | 111001 | 100001 | 10000 | 101001111 | 111100 | 111100 |
Color Harmonies of #D65B8F
Complementary color
Monochromatic Colors of #D65B8F
Black with #D65B8F
Text Example
Text Example
White with #D65B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65B8F; }
p { color: rgb(214,91,143); }
H1.HeaderClassName
{
color: #D65B8F;
}
.AnyTagClassName
{
color: #D65B8F;
}
</style>
background-color css
<style>
a { background-color: #D65B8F; }
a { background-color: rgb(214,91,143); }
div.DivClassName
{
background-color: #D65B8F;
}
.BgClassName
{
background-color: #D65B8F;
}
</style>
border-color css
<style>
span { border-color: #D65B8F; }
span { border-color: rgb(214,91,143); }
td.TdClassName
{
border-color: #D65B8F;
}
.TagClassName
{
border-color: #D65B8F;
}
</style>