Shades of Hopbush #D65B93
Tints of Hopbush #D65B93
RGB
CMYK
RGB Variations
Color information
#D65B93 (or 0xD65B93) is known color: Hopbush. HEX triplet: D6, 5B and 93. RGB value is (214,91,147). Sum of RGB (Red+Green+Blue) = 214+91+147=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65B93 is #29A46C. Grayscale: #868686. Windows color (decimal): -2729069 or 9657302. OLE color: 9657302.
HSL color Cylindrical-coordinate representation of color #D65B93: hue angle of 332.68º 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 #D65B93 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 147 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.16 |
| HSL | 332.68º | 0.6% | 0.6% | - |
| HSV(B) | 332.68º | 0.57% | 0.84% | - |
| XYZ | 36.74 | 23.88 | 30.28 | - |
| YUV | 134.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 147 | 0 | 0.57 | 0.31 | 0.16 | 332.68 | 0.6 | 0.6 |
| Hex | D6 | 5B | 93 | 0 | 39 | 1F | 10 | 14D | 3C | 3C |
| Octal | 326 | 133 | 223 | 0 | 71 | 37 | 20 | 515 | 74 | 74 |
| Binary | 11010110 | 1011011 | 10010011 | 0 | 111001 | 11111 | 10000 | 101001101 | 111100 | 111100 |
Color Harmonies of #D65B93
Complementary color
Monochromatic Colors of #D65B93
Black with #D65B93
Text Example
Text Example
White with #D65B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65B93; }
p { color: rgb(214,91,147); }
H1.HeaderClassName
{
color: #D65B93;
}
.AnyTagClassName
{
color: #D65B93;
}
</style>
background-color css
<style>
a { background-color: #D65B93; }
a { background-color: rgb(214,91,147); }
div.DivClassName
{
background-color: #D65B93;
}
.BgClassName
{
background-color: #D65B93;
}
</style>
border-color css
<style>
span { border-color: #D65B93; }
span { border-color: rgb(214,91,147); }
td.TdClassName
{
border-color: #D65B93;
}
.TagClassName
{
border-color: #D65B93;
}
</style>