Shades of Hopbush #D469A0
Tints of Hopbush #D469A0
RGB
CMYK
RGB Variations
Color information
#D469A0 (or 0xD469A0) is known color: Hopbush. HEX triplet: D4, 69 and A0. RGB value is (212,105,160). Sum of RGB (Red+Green+Blue) = 212+105+160=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D469A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D469A0 is #2B965F. Grayscale: #8F8F8F. Windows color (decimal): -2856544 or 10512852. OLE color: 10512852.
HSL color Cylindrical-coordinate representation of color #D469A0: hue angle of 329.16º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D469A0 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 105 | 160 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.17 |
| HSL | 329.16º | 0.55% | 0.62% | - |
| HSV(B) | 329.16º | 0.5% | 0.83% | - |
| XYZ | 38.55 | 26.64 | 36.37 | - |
| YUV | 143.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 105 | 160 | 0 | 0.50 | 0.25 | 0.17 | 329.16 | 0.55 | 0.62 |
| Hex | D4 | 69 | A0 | 0 | 32 | 19 | 11 | 149 | 37 | 3E |
| Octal | 324 | 151 | 240 | 0 | 62 | 31 | 21 | 511 | 67 | 76 |
| Binary | 11010100 | 1101001 | 10100000 | 0 | 110010 | 11001 | 10001 | 101001001 | 110111 | 111110 |
Color Harmonies of #D469A0
Complementary color
Monochromatic Colors of #D469A0
Black with #D469A0
Text Example
Text Example
White with #D469A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D469A0; }
p { color: rgb(212,105,160); }
H1.HeaderClassName
{
color: #D469A0;
}
.AnyTagClassName
{
color: #D469A0;
}
</style>
background-color css
<style>
a { background-color: #D469A0; }
a { background-color: rgb(212,105,160); }
div.DivClassName
{
background-color: #D469A0;
}
.BgClassName
{
background-color: #D469A0;
}
</style>
border-color css
<style>
span { border-color: #D469A0; }
span { border-color: rgb(212,105,160); }
td.TdClassName
{
border-color: #D469A0;
}
.TagClassName
{
border-color: #D469A0;
}
</style>