Shades of Hopbush #D574B2
Tints of Hopbush #D574B2
RGB
CMYK
RGB Variations
Color information
#D574B2 (or 0xD574B2) is known color: Hopbush. HEX triplet: D5, 74 and B2. RGB value is (213,116,178). Sum of RGB (Red+Green+Blue) = 213+116+178=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D574B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D574B2 is #2A8B4D. Grayscale: #979797. Windows color (decimal): -2788174 or 11695317. OLE color: 11695317.
HSL color Cylindrical-coordinate representation of color #D574B2: hue angle of 321.65º 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 #D574B2 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 178 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.16 |
| HSL | 321.65º | 0.54% | 0.65% | - |
| HSV(B) | 321.65º | 0.46% | 0.84% | - |
| XYZ | 41.72 | 29.85 | 45.68 | - |
| YUV | 152.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 178 | 0 | 0.46 | 0.16 | 0.16 | 321.65 | 0.54 | 0.65 |
| Hex | D5 | 74 | B2 | 0 | 2E | 10 | 10 | 142 | 36 | 41 |
| Octal | 325 | 164 | 262 | 0 | 56 | 20 | 20 | 502 | 66 | 101 |
| Binary | 11010101 | 1110100 | 10110010 | 0 | 101110 | 10000 | 10000 | 101000010 | 110110 | 1000001 |
Color Harmonies of #D574B2
Complementary color
Monochromatic Colors of #D574B2
Black with #D574B2
Text Example
Text Example
White with #D574B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574B2; }
p { color: rgb(213,116,178); }
H1.HeaderClassName
{
color: #D574B2;
}
.AnyTagClassName
{
color: #D574B2;
}
</style>
background-color css
<style>
a { background-color: #D574B2; }
a { background-color: rgb(213,116,178); }
div.DivClassName
{
background-color: #D574B2;
}
.BgClassName
{
background-color: #D574B2;
}
</style>
border-color css
<style>
span { border-color: #D574B2; }
span { border-color: rgb(213,116,178); }
td.TdClassName
{
border-color: #D574B2;
}
.TagClassName
{
border-color: #D574B2;
}
</style>