Shades of Hopbush #D65AA7
Tints of Hopbush #D65AA7
RGB
CMYK
RGB Variations
Color information
#D65AA7 (or 0xD65AA7) is known color: Hopbush. HEX triplet: D6, 5A and A7. RGB value is (214,90,167). Sum of RGB (Red+Green+Blue) = 214+90+167=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65AA7 is #29A558. Grayscale: #878787. Windows color (decimal): -2729305 or 10967766. OLE color: 10967766.
HSL color Cylindrical-coordinate representation of color #D65AA7: hue angle of 322.74º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65AA7 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 167 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.16 |
| HSL | 322.74º | 0.6% | 0.6% | - |
| HSV(B) | 322.74º | 0.58% | 0.84% | - |
| XYZ | 38.36 | 24.4 | 39.25 | - |
| YUV | 135.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 167 | 0 | 0.58 | 0.22 | 0.16 | 322.74 | 0.6 | 0.6 |
| Hex | D6 | 5A | A7 | 0 | 3A | 16 | 10 | 143 | 3C | 3C |
| Octal | 326 | 132 | 247 | 0 | 72 | 26 | 20 | 503 | 74 | 74 |
| Binary | 11010110 | 1011010 | 10100111 | 0 | 111010 | 10110 | 10000 | 101000011 | 111100 | 111100 |
Color Harmonies of #D65AA7
Complementary color
Monochromatic Colors of #D65AA7
Black with #D65AA7
Text Example
Text Example
White with #D65AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65AA7; }
p { color: rgb(214,90,167); }
H1.HeaderClassName
{
color: #D65AA7;
}
.AnyTagClassName
{
color: #D65AA7;
}
</style>
background-color css
<style>
a { background-color: #D65AA7; }
a { background-color: rgb(214,90,167); }
div.DivClassName
{
background-color: #D65AA7;
}
.BgClassName
{
background-color: #D65AA7;
}
</style>
border-color css
<style>
span { border-color: #D65AA7; }
span { border-color: rgb(214,90,167); }
td.TdClassName
{
border-color: #D65AA7;
}
.TagClassName
{
border-color: #D65AA7;
}
</style>