Shades of Hopbush #D65FAE
Tints of Hopbush #D65FAE
RGB
CMYK
RGB Variations
Color information
#D65FAE (or 0xD65FAE) is known color: Hopbush. HEX triplet: D6, 5F and AE. RGB value is (214,95,174). Sum of RGB (Red+Green+Blue) = 214+95+174=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65FAE is #29A051. Grayscale: #8B8B8B. Windows color (decimal): -2728018 or 11427798. OLE color: 11427798.
HSL color Cylindrical-coordinate representation of color #D65FAE: hue angle of 320.17º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65FAE is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 174 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.16 |
| HSL | 320.17º | 0.59% | 0.61% | - |
| HSV(B) | 320.17º | 0.56% | 0.84% | - |
| XYZ | 39.46 | 25.54 | 42.89 | - |
| YUV | 139.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 174 | 0 | 0.56 | 0.19 | 0.16 | 320.17 | 0.59 | 0.61 |
| Hex | D6 | 5F | AE | 0 | 38 | 13 | 10 | 140 | 3B | 3D |
| Octal | 326 | 137 | 256 | 0 | 70 | 23 | 20 | 500 | 73 | 75 |
| Binary | 11010110 | 1011111 | 10101110 | 0 | 111000 | 10011 | 10000 | 101000000 | 111011 | 111101 |
Color Harmonies of #D65FAE
Complementary color
Monochromatic Colors of #D65FAE
Black with #D65FAE
Text Example
Text Example
White with #D65FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65FAE; }
p { color: rgb(214,95,174); }
H1.HeaderClassName
{
color: #D65FAE;
}
.AnyTagClassName
{
color: #D65FAE;
}
</style>
background-color css
<style>
a { background-color: #D65FAE; }
a { background-color: rgb(214,95,174); }
div.DivClassName
{
background-color: #D65FAE;
}
.BgClassName
{
background-color: #D65FAE;
}
</style>
border-color css
<style>
span { border-color: #D65FAE; }
span { border-color: rgb(214,95,174); }
td.TdClassName
{
border-color: #D65FAE;
}
.TagClassName
{
border-color: #D65FAE;
}
</style>