Shades of Hopbush #D264A0
Tints of Hopbush #D264A0
RGB
CMYK
RGB Variations
Color information
#D264A0 (or 0xD264A0) is known color: Hopbush. HEX triplet: D2, 64 and A0. RGB value is (210,100,160). Sum of RGB (Red+Green+Blue) = 210+100+160=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D264A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D264A0 is #2D9B5F. Grayscale: #8B8B8B. Windows color (decimal): -2988896 or 10511570. OLE color: 10511570.
HSL color Cylindrical-coordinate representation of color #D264A0: hue angle of 327.27º 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 #D264A0 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 160 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.18 |
| HSL | 327.27º | 0.55% | 0.61% | - |
| HSV(B) | 327.27º | 0.52% | 0.82% | - |
| XYZ | 37.48 | 25.35 | 36.18 | - |
| YUV | 139.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 160 | 0 | 0.52 | 0.24 | 0.18 | 327.27 | 0.55 | 0.61 |
| Hex | D2 | 64 | A0 | 0 | 34 | 18 | 12 | 147 | 37 | 3D |
| Octal | 322 | 144 | 240 | 0 | 64 | 30 | 22 | 507 | 67 | 75 |
| Binary | 11010010 | 1100100 | 10100000 | 0 | 110100 | 11000 | 10010 | 101000111 | 110111 | 111101 |
Color Harmonies of #D264A0
Complementary color
Monochromatic Colors of #D264A0
Black with #D264A0
Text Example
Text Example
White with #D264A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264A0; }
p { color: rgb(210,100,160); }
H1.HeaderClassName
{
color: #D264A0;
}
.AnyTagClassName
{
color: #D264A0;
}
</style>
background-color css
<style>
a { background-color: #D264A0; }
a { background-color: rgb(210,100,160); }
div.DivClassName
{
background-color: #D264A0;
}
.BgClassName
{
background-color: #D264A0;
}
</style>
border-color css
<style>
span { border-color: #D264A0; }
span { border-color: rgb(210,100,160); }
td.TdClassName
{
border-color: #D264A0;
}
.TagClassName
{
border-color: #D264A0;
}
</style>