Shades of Hopbush #D279A7
Tints of Hopbush #D279A7
RGB
CMYK
RGB Variations
Color information
#D279A7 (or 0xD279A7) is known color: Hopbush. HEX triplet: D2, 79 and A7. RGB value is (210,121,167). Sum of RGB (Red+Green+Blue) = 210+121+167=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D279A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D279A7 is #2D8658. Grayscale: #989898. Windows color (decimal): -2983513 or 10975698. OLE color: 10975698.
HSL color Cylindrical-coordinate representation of color #D279A7: hue angle of 328.99º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D279A7 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 167 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.18 |
| HSL | 328.99º | 0.5% | 0.65% | - |
| HSV(B) | 328.99º | 0.42% | 0.82% | - |
| XYZ | 40.39 | 30.17 | 40.25 | - |
| YUV | 152.86 | 135.99 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 167 | 0 | 0.42 | 0.20 | 0.18 | 328.99 | 0.5 | 0.65 |
| Hex | D2 | 79 | A7 | 0 | 2A | 14 | 12 | 149 | 32 | 41 |
| Octal | 322 | 171 | 247 | 0 | 52 | 24 | 22 | 511 | 62 | 101 |
| Binary | 11010010 | 1111001 | 10100111 | 0 | 101010 | 10100 | 10010 | 101001001 | 110010 | 1000001 |
Color Harmonies of #D279A7
Complementary color
Monochromatic Colors of #D279A7
Black with #D279A7
Text Example
Text Example
White with #D279A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D279A7; }
p { color: rgb(210,121,167); }
H1.HeaderClassName
{
color: #D279A7;
}
.AnyTagClassName
{
color: #D279A7;
}
</style>
background-color css
<style>
a { background-color: #D279A7; }
a { background-color: rgb(210,121,167); }
div.DivClassName
{
background-color: #D279A7;
}
.BgClassName
{
background-color: #D279A7;
}
</style>
border-color css
<style>
span { border-color: #D279A7; }
span { border-color: rgb(210,121,167); }
td.TdClassName
{
border-color: #D279A7;
}
.TagClassName
{
border-color: #D279A7;
}
</style>