Shades of Hopbush #D274A8
Tints of Hopbush #D274A8
RGB
CMYK
RGB Variations
Color information
#D274A8 (or 0xD274A8) is known color: Hopbush. HEX triplet: D2, 74 and A8. RGB value is (210,116,168). Sum of RGB (Red+Green+Blue) = 210+116+168=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D274A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D274A8 is #2D8B57. Grayscale: #959595. Windows color (decimal): -2984792 or 11039954. OLE color: 11039954.
HSL color Cylindrical-coordinate representation of color #D274A8: hue angle of 326.81º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D274A8 is Cyan = 0, Magento = 0.45, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 168 | - |
| CMYK | 0 | 0.45 | 0.2 | 0.18 |
| HSL | 326.81º | 0.51% | 0.64% | - |
| HSV(B) | 326.81º | 0.45% | 0.82% | - |
| XYZ | 39.89 | 29.02 | 40.54 | - |
| YUV | 150.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 168 | 0 | 0.45 | 0.2 | 0.18 | 326.81 | 0.51 | 0.64 |
| Hex | D2 | 74 | A8 | 0 | 2D | 14 | 12 | 147 | 33 | 40 |
| Octal | 322 | 164 | 250 | 0 | 55 | 24 | 22 | 507 | 63 | 100 |
| Binary | 11010010 | 1110100 | 10101000 | 0 | 101101 | 10100 | 10010 | 101000111 | 110011 | 1000000 |
Color Harmonies of #D274A8
Complementary color
Monochromatic Colors of #D274A8
Black with #D274A8
Text Example
Text Example
White with #D274A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D274A8; }
p { color: rgb(210,116,168); }
H1.HeaderClassName
{
color: #D274A8;
}
.AnyTagClassName
{
color: #D274A8;
}
</style>
background-color css
<style>
a { background-color: #D274A8; }
a { background-color: rgb(210,116,168); }
div.DivClassName
{
background-color: #D274A8;
}
.BgClassName
{
background-color: #D274A8;
}
</style>
border-color css
<style>
span { border-color: #D274A8; }
span { border-color: rgb(210,116,168); }
td.TdClassName
{
border-color: #D274A8;
}
.TagClassName
{
border-color: #D274A8;
}
</style>