Shades of Hopbush #D170AF
Tints of Hopbush #D170AF
RGB
CMYK
RGB Variations
Color information
#D170AF (or 0xD170AF) is known color: Hopbush. HEX triplet: D1, 70 and AF. RGB value is (209,112,175). Sum of RGB (Red+Green+Blue) = 209+112+175=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D170AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D170AF is #2E8F50. Grayscale: #949494. Windows color (decimal): -3051345 or 11497681. OLE color: 11497681.
HSL color Cylindrical-coordinate representation of color #D170AF: hue angle of 321.03º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D170AF is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 175 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.18 |
| HSL | 321.03º | 0.51% | 0.63% | - |
| HSV(B) | 321.03º | 0.46% | 0.82% | - |
| XYZ | 39.83 | 28.24 | 43.91 | - |
| YUV | 148.19 | 143.14 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 175 | 0 | 0.46 | 0.16 | 0.18 | 321.03 | 0.51 | 0.63 |
| Hex | D1 | 70 | AF | 0 | 2E | 10 | 12 | 141 | 33 | 3F |
| Octal | 321 | 160 | 257 | 0 | 56 | 20 | 22 | 501 | 63 | 77 |
| Binary | 11010001 | 1110000 | 10101111 | 0 | 101110 | 10000 | 10010 | 101000001 | 110011 | 111111 |
Color Harmonies of #D170AF
Complementary color
Monochromatic Colors of #D170AF
Black with #D170AF
Text Example
Text Example
White with #D170AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170AF; }
p { color: rgb(209,112,175); }
H1.HeaderClassName
{
color: #D170AF;
}
.AnyTagClassName
{
color: #D170AF;
}
</style>
background-color css
<style>
a { background-color: #D170AF; }
a { background-color: rgb(209,112,175); }
div.DivClassName
{
background-color: #D170AF;
}
.BgClassName
{
background-color: #D170AF;
}
</style>
border-color css
<style>
span { border-color: #D170AF; }
span { border-color: rgb(209,112,175); }
td.TdClassName
{
border-color: #D170AF;
}
.TagClassName
{
border-color: #D170AF;
}
</style>