Shades of Hopbush #D264A2
Tints of Hopbush #D264A2
RGB
CMYK
RGB Variations
Color information
#D264A2 (or 0xD264A2) is known color: Hopbush. HEX triplet: D2, 64 and A2. RGB value is (210,100,162). Sum of RGB (Red+Green+Blue) = 210+100+162=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D264A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D264A2 is #2D9B5D. Grayscale: #8B8B8B. Windows color (decimal): -2988894 or 10642642. OLE color: 10642642.
HSL color Cylindrical-coordinate representation of color #D264A2: hue angle of 326.18º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D264A2 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 162 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.18 |
| HSL | 326.18º | 0.55% | 0.61% | - |
| HSV(B) | 326.18º | 0.52% | 0.82% | - |
| XYZ | 37.66 | 25.42 | 37.11 | - |
| YUV | 139.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 162 | 0 | 0.52 | 0.23 | 0.18 | 326.18 | 0.55 | 0.61 |
| Hex | D2 | 64 | A2 | 0 | 34 | 17 | 12 | 146 | 37 | 3D |
| Octal | 322 | 144 | 242 | 0 | 64 | 27 | 22 | 506 | 67 | 75 |
| Binary | 11010010 | 1100100 | 10100010 | 0 | 110100 | 10111 | 10010 | 101000110 | 110111 | 111101 |
Color Harmonies of #D264A2
Complementary color
Monochromatic Colors of #D264A2
Black with #D264A2
Text Example
Text Example
White with #D264A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264A2; }
p { color: rgb(210,100,162); }
H1.HeaderClassName
{
color: #D264A2;
}
.AnyTagClassName
{
color: #D264A2;
}
</style>
background-color css
<style>
a { background-color: #D264A2; }
a { background-color: rgb(210,100,162); }
div.DivClassName
{
background-color: #D264A2;
}
.BgClassName
{
background-color: #D264A2;
}
</style>
border-color css
<style>
span { border-color: #D264A2; }
span { border-color: rgb(210,100,162); }
td.TdClassName
{
border-color: #D264A2;
}
.TagClassName
{
border-color: #D264A2;
}
</style>