Shades of Hopbush #D263A0
Tints of Hopbush #D263A0
RGB
CMYK
RGB Variations
Color information
#D263A0 (or 0xD263A0) is known color: Hopbush. HEX triplet: D2, 63 and A0. RGB value is (210,99,160). Sum of RGB (Red+Green+Blue) = 210+99+160=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D263A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D263A0 is #2D9C5F. Grayscale: #8B8B8B. Windows color (decimal): -2989152 or 10511314. OLE color: 10511314.
HSL color Cylindrical-coordinate representation of color #D263A0: hue angle of 327.03º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D263A0 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 160 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.18 |
| HSL | 327.03º | 0.55% | 0.61% | - |
| HSV(B) | 327.03º | 0.53% | 0.82% | - |
| XYZ | 37.39 | 25.16 | 36.14 | - |
| YUV | 139.14 | 139.77 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 160 | 0 | 0.53 | 0.24 | 0.18 | 327.03 | 0.55 | 0.61 |
| Hex | D2 | 63 | A0 | 0 | 35 | 18 | 12 | 147 | 37 | 3D |
| Octal | 322 | 143 | 240 | 0 | 65 | 30 | 22 | 507 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10100000 | 0 | 110101 | 11000 | 10010 | 101000111 | 110111 | 111101 |
Color Harmonies of #D263A0
Complementary color
Monochromatic Colors of #D263A0
Black with #D263A0
Text Example
Text Example
White with #D263A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263A0; }
p { color: rgb(210,99,160); }
H1.HeaderClassName
{
color: #D263A0;
}
.AnyTagClassName
{
color: #D263A0;
}
</style>
background-color css
<style>
a { background-color: #D263A0; }
a { background-color: rgb(210,99,160); }
div.DivClassName
{
background-color: #D263A0;
}
.BgClassName
{
background-color: #D263A0;
}
</style>
border-color css
<style>
span { border-color: #D263A0; }
span { border-color: rgb(210,99,160); }
td.TdClassName
{
border-color: #D263A0;
}
.TagClassName
{
border-color: #D263A0;
}
</style>