Shades of Hopbush #D274A3
Tints of Hopbush #D274A3
RGB
CMYK
RGB Variations
Color information
#D274A3 (or 0xD274A3) is known color: Hopbush. HEX triplet: D2, 74 and A3. RGB value is (210,116,163). Sum of RGB (Red+Green+Blue) = 210+116+163=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D274A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D274A3 is #2D8B5C. Grayscale: #959595. Windows color (decimal): -2984797 or 10712274. OLE color: 10712274.
HSL color Cylindrical-coordinate representation of color #D274A3: hue angle of 330º 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 #D274A3 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 163 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.18 |
| HSL | 330º | 0.51% | 0.64% | - |
| HSV(B) | 330º | 0.45% | 0.82% | - |
| XYZ | 39.43 | 28.84 | 38.14 | - |
| YUV | 149.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 163 | 0 | 0.45 | 0.22 | 0.18 | 330 | 0.51 | 0.64 |
| Hex | D2 | 74 | A3 | 0 | 2D | 16 | 12 | 14A | 33 | 40 |
| Octal | 322 | 164 | 243 | 0 | 55 | 26 | 22 | 512 | 63 | 100 |
| Binary | 11010010 | 1110100 | 10100011 | 0 | 101101 | 10110 | 10010 | 101001010 | 110011 | 1000000 |
Color Harmonies of #D274A3
Complementary color
Monochromatic Colors of #D274A3
Black with #D274A3
Text Example
Text Example
White with #D274A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D274A3; }
p { color: rgb(210,116,163); }
H1.HeaderClassName
{
color: #D274A3;
}
.AnyTagClassName
{
color: #D274A3;
}
</style>
background-color css
<style>
a { background-color: #D274A3; }
a { background-color: rgb(210,116,163); }
div.DivClassName
{
background-color: #D274A3;
}
.BgClassName
{
background-color: #D274A3;
}
</style>
border-color css
<style>
span { border-color: #D274A3; }
span { border-color: rgb(210,116,163); }
td.TdClassName
{
border-color: #D274A3;
}
.TagClassName
{
border-color: #D274A3;
}
</style>