Shades of Hopbush #D65FA2
Tints of Hopbush #D65FA2
RGB
CMYK
RGB Variations
Color information
#D65FA2 (or 0xD65FA2) is known color: Hopbush. HEX triplet: D6, 5F and A2. RGB value is (214,95,162). Sum of RGB (Red+Green+Blue) = 214+95+162=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65FA2 is #29A05D. Grayscale: #8A8A8A. Windows color (decimal): -2728030 or 10641366. OLE color: 10641366.
HSL color Cylindrical-coordinate representation of color #D65FA2: hue angle of 326.22º 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 #D65FA2 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 162 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.16 |
| HSL | 326.22º | 0.59% | 0.61% | - |
| HSV(B) | 326.22º | 0.56% | 0.84% | - |
| XYZ | 38.35 | 25.09 | 37 | - |
| YUV | 138.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 162 | 0 | 0.56 | 0.24 | 0.16 | 326.22 | 0.59 | 0.61 |
| Hex | D6 | 5F | A2 | 0 | 38 | 18 | 10 | 146 | 3B | 3D |
| Octal | 326 | 137 | 242 | 0 | 70 | 30 | 20 | 506 | 73 | 75 |
| Binary | 11010110 | 1011111 | 10100010 | 0 | 111000 | 11000 | 10000 | 101000110 | 111011 | 111101 |
Color Harmonies of #D65FA2
Complementary color
Monochromatic Colors of #D65FA2
Black with #D65FA2
Text Example
Text Example
White with #D65FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65FA2; }
p { color: rgb(214,95,162); }
H1.HeaderClassName
{
color: #D65FA2;
}
.AnyTagClassName
{
color: #D65FA2;
}
</style>
background-color css
<style>
a { background-color: #D65FA2; }
a { background-color: rgb(214,95,162); }
div.DivClassName
{
background-color: #D65FA2;
}
.BgClassName
{
background-color: #D65FA2;
}
</style>
border-color css
<style>
span { border-color: #D65FA2; }
span { border-color: rgb(214,95,162); }
td.TdClassName
{
border-color: #D65FA2;
}
.TagClassName
{
border-color: #D65FA2;
}
</style>