Shades of Hopbush #D963AF
Tints of Hopbush #D963AF
RGB
CMYK
RGB Variations
Color information
#D963AF (or 0xD963AF) is known color: Hopbush. HEX triplet: D9, 63 and AF. RGB value is (217,99,175). Sum of RGB (Red+Green+Blue) = 217+99+175=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D963AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D963AF is #269C50. Grayscale: #8E8E8E. Windows color (decimal): -2530385 or 11494361. OLE color: 11494361.
HSL color Cylindrical-coordinate representation of color #D963AF: hue angle of 321.36º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D963AF is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 175 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.15 |
| HSL | 321.36º | 0.61% | 0.62% | - |
| HSV(B) | 321.36º | 0.54% | 0.85% | - |
| XYZ | 40.81 | 26.77 | 43.57 | - |
| YUV | 142.95 | 146.09 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 175 | 0 | 0.54 | 0.19 | 0.15 | 321.36 | 0.61 | 0.62 |
| Hex | D9 | 63 | AF | 0 | 36 | 13 | F | 141 | 3D | 3E |
| Octal | 331 | 143 | 257 | 0 | 66 | 23 | 17 | 501 | 75 | 76 |
| Binary | 11011001 | 1100011 | 10101111 | 0 | 110110 | 10011 | 1111 | 101000001 | 111101 | 111110 |
Color Harmonies of #D963AF
Complementary color
Monochromatic Colors of #D963AF
Black with #D963AF
Text Example
Text Example
White with #D963AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963AF; }
p { color: rgb(217,99,175); }
H1.HeaderClassName
{
color: #D963AF;
}
.AnyTagClassName
{
color: #D963AF;
}
</style>
background-color css
<style>
a { background-color: #D963AF; }
a { background-color: rgb(217,99,175); }
div.DivClassName
{
background-color: #D963AF;
}
.BgClassName
{
background-color: #D963AF;
}
</style>
border-color css
<style>
span { border-color: #D963AF; }
span { border-color: rgb(217,99,175); }
td.TdClassName
{
border-color: #D963AF;
}
.TagClassName
{
border-color: #D963AF;
}
</style>