Shades of Hopbush #D075AF
Tints of Hopbush #D075AF
RGB
CMYK
RGB Variations
Color information
#D075AF (or 0xD075AF) is known color: Hopbush. HEX triplet: D0, 75 and AF. RGB value is (208,117,175). Sum of RGB (Red+Green+Blue) = 208+117+175=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D075AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D075AF is #2F8A50. Grayscale: #969696. Windows color (decimal): -3115601 or 11498960. OLE color: 11498960.
HSL color Cylindrical-coordinate representation of color #D075AF: hue angle of 321.76º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D075AF is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 175 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.18 |
| HSL | 321.76º | 0.49% | 0.64% | - |
| HSV(B) | 321.76º | 0.44% | 0.82% | - |
| XYZ | 40.11 | 29.23 | 44.08 | - |
| YUV | 150.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 175 | 0 | 0.44 | 0.16 | 0.18 | 321.76 | 0.49 | 0.64 |
| Hex | D0 | 75 | AF | 0 | 2C | 10 | 12 | 142 | 31 | 40 |
| Octal | 320 | 165 | 257 | 0 | 54 | 20 | 22 | 502 | 61 | 100 |
| Binary | 11010000 | 1110101 | 10101111 | 0 | 101100 | 10000 | 10010 | 101000010 | 110001 | 1000000 |
Color Harmonies of #D075AF
Complementary color
Monochromatic Colors of #D075AF
Black with #D075AF
Text Example
Text Example
White with #D075AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075AF; }
p { color: rgb(208,117,175); }
H1.HeaderClassName
{
color: #D075AF;
}
.AnyTagClassName
{
color: #D075AF;
}
</style>
background-color css
<style>
a { background-color: #D075AF; }
a { background-color: rgb(208,117,175); }
div.DivClassName
{
background-color: #D075AF;
}
.BgClassName
{
background-color: #D075AF;
}
</style>
border-color css
<style>
span { border-color: #D075AF; }
span { border-color: rgb(208,117,175); }
td.TdClassName
{
border-color: #D075AF;
}
.TagClassName
{
border-color: #D075AF;
}
</style>