Shades of Hopbush #D663A2
Tints of Hopbush #D663A2
RGB
CMYK
RGB Variations
Color information
#D663A2 (or 0xD663A2) is known color: Hopbush. HEX triplet: D6, 63 and A2. RGB value is (214,99,162). Sum of RGB (Red+Green+Blue) = 214+99+162=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D663A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D663A2 is #299C5D. Grayscale: #8C8C8C. Windows color (decimal): -2727006 or 10642390. OLE color: 10642390.
HSL color Cylindrical-coordinate representation of color #D663A2: hue angle of 327.13º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D663A2 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 162 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.16 |
| HSL | 327.13º | 0.58% | 0.61% | - |
| HSV(B) | 327.13º | 0.54% | 0.84% | - |
| XYZ | 38.71 | 25.83 | 37.13 | - |
| YUV | 140.57 | 140.1 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 162 | 0 | 0.54 | 0.24 | 0.16 | 327.13 | 0.58 | 0.61 |
| Hex | D6 | 63 | A2 | 0 | 36 | 18 | 10 | 147 | 3A | 3D |
| Octal | 326 | 143 | 242 | 0 | 66 | 30 | 20 | 507 | 72 | 75 |
| Binary | 11010110 | 1100011 | 10100010 | 0 | 110110 | 11000 | 10000 | 101000111 | 111010 | 111101 |
Color Harmonies of #D663A2
Complementary color
Monochromatic Colors of #D663A2
Black with #D663A2
Text Example
Text Example
White with #D663A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D663A2; }
p { color: rgb(214,99,162); }
H1.HeaderClassName
{
color: #D663A2;
}
.AnyTagClassName
{
color: #D663A2;
}
</style>
background-color css
<style>
a { background-color: #D663A2; }
a { background-color: rgb(214,99,162); }
div.DivClassName
{
background-color: #D663A2;
}
.BgClassName
{
background-color: #D663A2;
}
</style>
border-color css
<style>
span { border-color: #D663A2; }
span { border-color: rgb(214,99,162); }
td.TdClassName
{
border-color: #D663A2;
}
.TagClassName
{
border-color: #D663A2;
}
</style>