Shades of Hopbush #D263A7
Tints of Hopbush #D263A7
RGB
CMYK
RGB Variations
Color information
#D263A7 (or 0xD263A7) is known color: Hopbush. HEX triplet: D2, 63 and A7. RGB value is (210,99,167). Sum of RGB (Red+Green+Blue) = 210+99+167=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D263A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D263A7 is #2D9C58. Grayscale: #8B8B8B. Windows color (decimal): -2989145 or 10970066. OLE color: 10970066.
HSL color Cylindrical-coordinate representation of color #D263A7: hue angle of 323.24º 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 #D263A7 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 167 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.18 |
| HSL | 323.24º | 0.55% | 0.61% | - |
| HSV(B) | 323.24º | 0.53% | 0.82% | - |
| XYZ | 38.02 | 25.42 | 39.46 | - |
| YUV | 139.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 167 | 0 | 0.53 | 0.20 | 0.18 | 323.24 | 0.55 | 0.61 |
| Hex | D2 | 63 | A7 | 0 | 35 | 14 | 12 | 143 | 37 | 3D |
| Octal | 322 | 143 | 247 | 0 | 65 | 24 | 22 | 503 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10100111 | 0 | 110101 | 10100 | 10010 | 101000011 | 110111 | 111101 |
Color Harmonies of #D263A7
Complementary color
Monochromatic Colors of #D263A7
Black with #D263A7
Text Example
Text Example
White with #D263A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263A7; }
p { color: rgb(210,99,167); }
H1.HeaderClassName
{
color: #D263A7;
}
.AnyTagClassName
{
color: #D263A7;
}
</style>
background-color css
<style>
a { background-color: #D263A7; }
a { background-color: rgb(210,99,167); }
div.DivClassName
{
background-color: #D263A7;
}
.BgClassName
{
background-color: #D263A7;
}
</style>
border-color css
<style>
span { border-color: #D263A7; }
span { border-color: rgb(210,99,167); }
td.TdClassName
{
border-color: #D263A7;
}
.TagClassName
{
border-color: #D263A7;
}
</style>