Shades of Hopbush #D574AC
Tints of Hopbush #D574AC
RGB
CMYK
RGB Variations
Color information
#D574AC (or 0xD574AC) is known color: Hopbush. HEX triplet: D5, 74 and AC. RGB value is (213,116,172). Sum of RGB (Red+Green+Blue) = 213+116+172=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D574AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D574AC is #2A8B53. Grayscale: #979797. Windows color (decimal): -2788180 or 11302101. OLE color: 11302101.
HSL color Cylindrical-coordinate representation of color #D574AC: hue angle of 325.36º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D574AC is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 172 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.16 |
| HSL | 325.36º | 0.54% | 0.65% | - |
| HSV(B) | 325.36º | 0.46% | 0.84% | - |
| XYZ | 41.13 | 29.62 | 42.58 | - |
| YUV | 151.39 | 139.64 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 172 | 0 | 0.46 | 0.19 | 0.16 | 325.36 | 0.54 | 0.65 |
| Hex | D5 | 74 | AC | 0 | 2E | 13 | 10 | 145 | 36 | 41 |
| Octal | 325 | 164 | 254 | 0 | 56 | 23 | 20 | 505 | 66 | 101 |
| Binary | 11010101 | 1110100 | 10101100 | 0 | 101110 | 10011 | 10000 | 101000101 | 110110 | 1000001 |
Color Harmonies of #D574AC
Complementary color
Monochromatic Colors of #D574AC
Black with #D574AC
Text Example
Text Example
White with #D574AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574AC; }
p { color: rgb(213,116,172); }
H1.HeaderClassName
{
color: #D574AC;
}
.AnyTagClassName
{
color: #D574AC;
}
</style>
background-color css
<style>
a { background-color: #D574AC; }
a { background-color: rgb(213,116,172); }
div.DivClassName
{
background-color: #D574AC;
}
.BgClassName
{
background-color: #D574AC;
}
</style>
border-color css
<style>
span { border-color: #D574AC; }
span { border-color: rgb(213,116,172); }
td.TdClassName
{
border-color: #D574AC;
}
.TagClassName
{
border-color: #D574AC;
}
</style>