Shades of Hopbush #D374AF
Tints of Hopbush #D374AF
RGB
CMYK
RGB Variations
Color information
#D374AF (or 0xD374AF) is known color: Hopbush. HEX triplet: D3, 74 and AF. RGB value is (211,116,175). Sum of RGB (Red+Green+Blue) = 211+116+175=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D374AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D374AF is #2C8B50. Grayscale: #969696. Windows color (decimal): -2919249 or 11498707. OLE color: 11498707.
HSL color Cylindrical-coordinate representation of color #D374AF: hue angle of 322.74º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D374AF is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 116 | 175 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.17 |
| HSL | 322.74º | 0.52% | 0.64% | - |
| HSV(B) | 322.74º | 0.45% | 0.83% | - |
| XYZ | 40.85 | 29.43 | 44.09 | - |
| YUV | 151.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 116 | 175 | 0 | 0.45 | 0.17 | 0.17 | 322.74 | 0.52 | 0.64 |
| Hex | D3 | 74 | AF | 0 | 2D | 11 | 11 | 143 | 34 | 40 |
| Octal | 323 | 164 | 257 | 0 | 55 | 21 | 21 | 503 | 64 | 100 |
| Binary | 11010011 | 1110100 | 10101111 | 0 | 101101 | 10001 | 10001 | 101000011 | 110100 | 1000000 |
Color Harmonies of #D374AF
Complementary color
Monochromatic Colors of #D374AF
Black with #D374AF
Text Example
Text Example
White with #D374AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D374AF; }
p { color: rgb(211,116,175); }
H1.HeaderClassName
{
color: #D374AF;
}
.AnyTagClassName
{
color: #D374AF;
}
</style>
background-color css
<style>
a { background-color: #D374AF; }
a { background-color: rgb(211,116,175); }
div.DivClassName
{
background-color: #D374AF;
}
.BgClassName
{
background-color: #D374AF;
}
</style>
border-color css
<style>
span { border-color: #D374AF; }
span { border-color: rgb(211,116,175); }
td.TdClassName
{
border-color: #D374AF;
}
.TagClassName
{
border-color: #D374AF;
}
</style>