Shades of Hopbush #D274A5
Tints of Hopbush #D274A5
RGB
CMYK
RGB Variations
Color information
#D274A5 (or 0xD274A5) is known color: Hopbush. HEX triplet: D2, 74 and A5. RGB value is (210,116,165). Sum of RGB (Red+Green+Blue) = 210+116+165=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D274A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D274A5 is #2D8B5A. Grayscale: #959595. Windows color (decimal): -2984795 or 10843346. OLE color: 10843346.
HSL color Cylindrical-coordinate representation of color #D274A5: hue angle of 328.72º 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 #D274A5 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 165 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.18 |
| HSL | 328.72º | 0.51% | 0.64% | - |
| HSV(B) | 328.72º | 0.45% | 0.82% | - |
| XYZ | 39.62 | 28.91 | 39.09 | - |
| YUV | 149.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 165 | 0 | 0.45 | 0.21 | 0.18 | 328.72 | 0.51 | 0.64 |
| Hex | D2 | 74 | A5 | 0 | 2D | 15 | 12 | 149 | 33 | 40 |
| Octal | 322 | 164 | 245 | 0 | 55 | 25 | 22 | 511 | 63 | 100 |
| Binary | 11010010 | 1110100 | 10100101 | 0 | 101101 | 10101 | 10010 | 101001001 | 110011 | 1000000 |
Color Harmonies of #D274A5
Complementary color
Monochromatic Colors of #D274A5
Black with #D274A5
Text Example
Text Example
White with #D274A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D274A5; }
p { color: rgb(210,116,165); }
H1.HeaderClassName
{
color: #D274A5;
}
.AnyTagClassName
{
color: #D274A5;
}
</style>
background-color css
<style>
a { background-color: #D274A5; }
a { background-color: rgb(210,116,165); }
div.DivClassName
{
background-color: #D274A5;
}
.BgClassName
{
background-color: #D274A5;
}
</style>
border-color css
<style>
span { border-color: #D274A5; }
span { border-color: rgb(210,116,165); }
td.TdClassName
{
border-color: #D274A5;
}
.TagClassName
{
border-color: #D274A5;
}
</style>