Shades of Hopbush #D168AF
Tints of Hopbush #D168AF
RGB
CMYK
RGB Variations
Color information
#D168AF (or 0xD168AF) is known color: Hopbush. HEX triplet: D1, 68 and AF. RGB value is (209,104,175). Sum of RGB (Red+Green+Blue) = 209+104+175=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D168AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D168AF is #2E9750. Grayscale: #8F8F8F. Windows color (decimal): -3053393 or 11495633. OLE color: 11495633.
HSL color Cylindrical-coordinate representation of color #D168AF: hue angle of 319.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D168AF is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 175 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.18 |
| HSL | 319.43º | 0.53% | 0.61% | - |
| HSV(B) | 319.43º | 0.5% | 0.82% | - |
| XYZ | 38.98 | 26.55 | 43.63 | - |
| YUV | 143.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 175 | 0 | 0.50 | 0.16 | 0.18 | 319.43 | 0.53 | 0.61 |
| Hex | D1 | 68 | AF | 0 | 32 | 10 | 12 | 13F | 35 | 3D |
| Octal | 321 | 150 | 257 | 0 | 62 | 20 | 22 | 477 | 65 | 75 |
| Binary | 11010001 | 1101000 | 10101111 | 0 | 110010 | 10000 | 10010 | 100111111 | 110101 | 111101 |
Color Harmonies of #D168AF
Complementary color
Monochromatic Colors of #D168AF
Black with #D168AF
Text Example
Text Example
White with #D168AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D168AF; }
p { color: rgb(209,104,175); }
H1.HeaderClassName
{
color: #D168AF;
}
.AnyTagClassName
{
color: #D168AF;
}
</style>
background-color css
<style>
a { background-color: #D168AF; }
a { background-color: rgb(209,104,175); }
div.DivClassName
{
background-color: #D168AF;
}
.BgClassName
{
background-color: #D168AF;
}
</style>
border-color css
<style>
span { border-color: #D168AF; }
span { border-color: rgb(209,104,175); }
td.TdClassName
{
border-color: #D168AF;
}
.TagClassName
{
border-color: #D168AF;
}
</style>