Shades of Hopbush #D65EA2
Tints of Hopbush #D65EA2
RGB
CMYK
RGB Variations
Color information
#D65EA2 (or 0xD65EA2) is known color: Hopbush. HEX triplet: D6, 5E and A2. RGB value is (214,94,162). Sum of RGB (Red+Green+Blue) = 214+94+162=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65EA2 is #29A15D. Grayscale: #898989. Windows color (decimal): -2728286 or 10641110. OLE color: 10641110.
HSL color Cylindrical-coordinate representation of color #D65EA2: hue angle of 326º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65EA2 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 162 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.16 |
| HSL | 326º | 0.59% | 0.6% | - |
| HSV(B) | 326º | 0.56% | 0.84% | - |
| XYZ | 38.26 | 24.91 | 36.97 | - |
| YUV | 137.63 | 141.76 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 162 | 0 | 0.56 | 0.24 | 0.16 | 326 | 0.59 | 0.6 |
| Hex | D6 | 5E | A2 | 0 | 38 | 18 | 10 | 146 | 3B | 3C |
| Octal | 326 | 136 | 242 | 0 | 70 | 30 | 20 | 506 | 73 | 74 |
| Binary | 11010110 | 1011110 | 10100010 | 0 | 111000 | 11000 | 10000 | 101000110 | 111011 | 111100 |
Color Harmonies of #D65EA2
Complementary color
Monochromatic Colors of #D65EA2
Black with #D65EA2
Text Example
Text Example
White with #D65EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EA2; }
p { color: rgb(214,94,162); }
H1.HeaderClassName
{
color: #D65EA2;
}
.AnyTagClassName
{
color: #D65EA2;
}
</style>
background-color css
<style>
a { background-color: #D65EA2; }
a { background-color: rgb(214,94,162); }
div.DivClassName
{
background-color: #D65EA2;
}
.BgClassName
{
background-color: #D65EA2;
}
</style>
border-color css
<style>
span { border-color: #D65EA2; }
span { border-color: rgb(214,94,162); }
td.TdClassName
{
border-color: #D65EA2;
}
.TagClassName
{
border-color: #D65EA2;
}
</style>