Shades of Hopbush #D65CA9
Tints of Hopbush #D65CA9
RGB
CMYK
RGB Variations
Color information
#D65CA9 (or 0xD65CA9) is known color: Hopbush. HEX triplet: D6, 5C and A9. RGB value is (214,92,169). Sum of RGB (Red+Green+Blue) = 214+92+169=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65CA9 is #29A356. Grayscale: #898989. Windows color (decimal): -2728791 or 11099350. OLE color: 11099350.
HSL color Cylindrical-coordinate representation of color #D65CA9: hue angle of 322.13º 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 #D65CA9 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 169 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.16 |
| HSL | 322.13º | 0.6% | 0.6% | - |
| HSV(B) | 322.13º | 0.57% | 0.84% | - |
| XYZ | 38.72 | 24.82 | 40.29 | - |
| YUV | 137.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 169 | 0 | 0.57 | 0.21 | 0.16 | 322.13 | 0.6 | 0.6 |
| Hex | D6 | 5C | A9 | 0 | 39 | 15 | 10 | 142 | 3C | 3C |
| Octal | 326 | 134 | 251 | 0 | 71 | 25 | 20 | 502 | 74 | 74 |
| Binary | 11010110 | 1011100 | 10101001 | 0 | 111001 | 10101 | 10000 | 101000010 | 111100 | 111100 |
Color Harmonies of #D65CA9
Complementary color
Monochromatic Colors of #D65CA9
Black with #D65CA9
Text Example
Text Example
White with #D65CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65CA9; }
p { color: rgb(214,92,169); }
H1.HeaderClassName
{
color: #D65CA9;
}
.AnyTagClassName
{
color: #D65CA9;
}
</style>
background-color css
<style>
a { background-color: #D65CA9; }
a { background-color: rgb(214,92,169); }
div.DivClassName
{
background-color: #D65CA9;
}
.BgClassName
{
background-color: #D65CA9;
}
</style>
border-color css
<style>
span { border-color: #D65CA9; }
span { border-color: rgb(214,92,169); }
td.TdClassName
{
border-color: #D65CA9;
}
.TagClassName
{
border-color: #D65CA9;
}
</style>