Shades of Hopbush #D967AF
Tints of Hopbush #D967AF
RGB
CMYK
RGB Variations
Color information
#D967AF (or 0xD967AF) is known color: Hopbush. HEX triplet: D9, 67 and AF. RGB value is (217,103,175). Sum of RGB (Red+Green+Blue) = 217+103+175=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D967AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D967AF is #269850. Grayscale: #919191. Windows color (decimal): -2529361 or 11495385. OLE color: 11495385.
HSL color Cylindrical-coordinate representation of color #D967AF: hue angle of 322.11º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D967AF is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 175 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.15 |
| HSL | 322.11º | 0.6% | 0.63% | - |
| HSV(B) | 322.11º | 0.53% | 0.85% | - |
| XYZ | 41.2 | 27.55 | 43.7 | - |
| YUV | 145.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 175 | 0 | 0.53 | 0.19 | 0.15 | 322.11 | 0.6 | 0.63 |
| Hex | D9 | 67 | AF | 0 | 35 | 13 | F | 142 | 3C | 3F |
| Octal | 331 | 147 | 257 | 0 | 65 | 23 | 17 | 502 | 74 | 77 |
| Binary | 11011001 | 1100111 | 10101111 | 0 | 110101 | 10011 | 1111 | 101000010 | 111100 | 111111 |
Color Harmonies of #D967AF
Complementary color
Monochromatic Colors of #D967AF
Black with #D967AF
Text Example
Text Example
White with #D967AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967AF; }
p { color: rgb(217,103,175); }
H1.HeaderClassName
{
color: #D967AF;
}
.AnyTagClassName
{
color: #D967AF;
}
</style>
background-color css
<style>
a { background-color: #D967AF; }
a { background-color: rgb(217,103,175); }
div.DivClassName
{
background-color: #D967AF;
}
.BgClassName
{
background-color: #D967AF;
}
</style>
border-color css
<style>
span { border-color: #D967AF; }
span { border-color: rgb(217,103,175); }
td.TdClassName
{
border-color: #D967AF;
}
.TagClassName
{
border-color: #D967AF;
}
</style>