Shades of Hopbush #D263A3
Tints of Hopbush #D263A3
RGB
CMYK
RGB Variations
Color information
#D263A3 (or 0xD263A3) is known color: Hopbush. HEX triplet: D2, 63 and A3. RGB value is (210,99,163). Sum of RGB (Red+Green+Blue) = 210+99+163=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D263A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D263A3 is #2D9C5C. Grayscale: #8B8B8B. Windows color (decimal): -2989149 or 10707922. OLE color: 10707922.
HSL color Cylindrical-coordinate representation of color #D263A3: hue angle of 325.41º 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 #D263A3 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 163 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.18 |
| HSL | 325.41º | 0.55% | 0.61% | - |
| HSV(B) | 325.41º | 0.53% | 0.82% | - |
| XYZ | 37.65 | 25.27 | 37.54 | - |
| YUV | 139.49 | 141.27 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 163 | 0 | 0.53 | 0.22 | 0.18 | 325.41 | 0.55 | 0.61 |
| Hex | D2 | 63 | A3 | 0 | 35 | 16 | 12 | 145 | 37 | 3D |
| Octal | 322 | 143 | 243 | 0 | 65 | 26 | 22 | 505 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10100011 | 0 | 110101 | 10110 | 10010 | 101000101 | 110111 | 111101 |
Color Harmonies of #D263A3
Complementary color
Monochromatic Colors of #D263A3
Black with #D263A3
Text Example
Text Example
White with #D263A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263A3; }
p { color: rgb(210,99,163); }
H1.HeaderClassName
{
color: #D263A3;
}
.AnyTagClassName
{
color: #D263A3;
}
</style>
background-color css
<style>
a { background-color: #D263A3; }
a { background-color: rgb(210,99,163); }
div.DivClassName
{
background-color: #D263A3;
}
.BgClassName
{
background-color: #D263A3;
}
</style>
border-color css
<style>
span { border-color: #D263A3; }
span { border-color: rgb(210,99,163); }
td.TdClassName
{
border-color: #D263A3;
}
.TagClassName
{
border-color: #D263A3;
}
</style>