Shades of Hopbush #D65993
Tints of Hopbush #D65993
RGB
CMYK
RGB Variations
Color information
#D65993 (or 0xD65993) is known color: Hopbush. HEX triplet: D6, 59 and 93. RGB value is (214,89,147). Sum of RGB (Red+Green+Blue) = 214+89+147=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D65993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65993 is #29A66C. Grayscale: #848484. Windows color (decimal): -2729581 or 9656790. OLE color: 9656790.
HSL color Cylindrical-coordinate representation of color #D65993: hue angle of 332.16º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65993 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 147 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.16 |
| HSL | 332.16º | 0.6% | 0.59% | - |
| HSV(B) | 332.16º | 0.58% | 0.84% | - |
| XYZ | 36.57 | 23.55 | 30.22 | - |
| YUV | 132.99 | 135.91 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 147 | 0 | 0.58 | 0.31 | 0.16 | 332.16 | 0.6 | 0.59 |
| Hex | D6 | 59 | 93 | 0 | 3A | 1F | 10 | 14C | 3C | 3B |
| Octal | 326 | 131 | 223 | 0 | 72 | 37 | 20 | 514 | 74 | 73 |
| Binary | 11010110 | 1011001 | 10010011 | 0 | 111010 | 11111 | 10000 | 101001100 | 111100 | 111011 |
Color Harmonies of #D65993
Complementary color
Monochromatic Colors of #D65993
Black with #D65993
Text Example
Text Example
White with #D65993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65993; }
p { color: rgb(214,89,147); }
H1.HeaderClassName
{
color: #D65993;
}
.AnyTagClassName
{
color: #D65993;
}
</style>
background-color css
<style>
a { background-color: #D65993; }
a { background-color: rgb(214,89,147); }
div.DivClassName
{
background-color: #D65993;
}
.BgClassName
{
background-color: #D65993;
}
</style>
border-color css
<style>
span { border-color: #D65993; }
span { border-color: rgb(214,89,147); }
td.TdClassName
{
border-color: #D65993;
}
.TagClassName
{
border-color: #D65993;
}
</style>