Shades of Hopbush #D263AF
Tints of Hopbush #D263AF
RGB
CMYK
RGB Variations
Color information
#D263AF (or 0xD263AF) is known color: Hopbush. HEX triplet: D2, 63 and AF. RGB value is (210,99,175). Sum of RGB (Red+Green+Blue) = 210+99+175=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D263AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D263AF is #2D9C50. Grayscale: #8C8C8C. Windows color (decimal): -2989137 or 11494354. OLE color: 11494354.
HSL color Cylindrical-coordinate representation of color #D263AF: hue angle of 318.92º 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 #D263AF is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 175 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.18 |
| HSL | 318.92º | 0.55% | 0.61% | - |
| HSV(B) | 318.92º | 0.53% | 0.82% | - |
| XYZ | 38.78 | 25.72 | 43.48 | - |
| YUV | 140.85 | 147.27 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 175 | 0 | 0.53 | 0.17 | 0.18 | 318.92 | 0.55 | 0.61 |
| Hex | D2 | 63 | AF | 0 | 35 | 11 | 12 | 13F | 37 | 3D |
| Octal | 322 | 143 | 257 | 0 | 65 | 21 | 22 | 477 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10101111 | 0 | 110101 | 10001 | 10010 | 100111111 | 110111 | 111101 |
Color Harmonies of #D263AF
Complementary color
Monochromatic Colors of #D263AF
Black with #D263AF
Text Example
Text Example
White with #D263AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263AF; }
p { color: rgb(210,99,175); }
H1.HeaderClassName
{
color: #D263AF;
}
.AnyTagClassName
{
color: #D263AF;
}
</style>
background-color css
<style>
a { background-color: #D263AF; }
a { background-color: rgb(210,99,175); }
div.DivClassName
{
background-color: #D263AF;
}
.BgClassName
{
background-color: #D263AF;
}
</style>
border-color css
<style>
span { border-color: #D263AF; }
span { border-color: rgb(210,99,175); }
td.TdClassName
{
border-color: #D263AF;
}
.TagClassName
{
border-color: #D263AF;
}
</style>