Shades of Hopbush #D878AC
Tints of Hopbush #D878AC
RGB
CMYK
RGB Variations
Color information
#D878AC (or 0xD878AC) is known color: Hopbush. HEX triplet: D8, 78 and AC. RGB value is (216,120,172). Sum of RGB (Red+Green+Blue) = 216+120+172=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D878AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D878AC is #278753. Grayscale: #9A9A9A. Windows color (decimal): -2590548 or 11303128. OLE color: 11303128.
HSL color Cylindrical-coordinate representation of color #D878AC: hue angle of 327.5º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D878AC is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 172 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.15 |
| HSL | 327.5º | 0.55% | 0.66% | - |
| HSV(B) | 327.5º | 0.44% | 0.85% | - |
| XYZ | 42.48 | 31.01 | 42.78 | - |
| YUV | 154.63 | 137.8 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 172 | 0 | 0.44 | 0.20 | 0.15 | 327.5 | 0.55 | 0.66 |
| Hex | D8 | 78 | AC | 0 | 2C | 14 | F | 148 | 37 | 42 |
| Octal | 330 | 170 | 254 | 0 | 54 | 24 | 17 | 510 | 67 | 102 |
| Binary | 11011000 | 1111000 | 10101100 | 0 | 101100 | 10100 | 1111 | 101001000 | 110111 | 1000010 |
Color Harmonies of #D878AC
Complementary color
Monochromatic Colors of #D878AC
Black with #D878AC
Text Example
Text Example
White with #D878AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D878AC; }
p { color: rgb(216,120,172); }
H1.HeaderClassName
{
color: #D878AC;
}
.AnyTagClassName
{
color: #D878AC;
}
</style>
background-color css
<style>
a { background-color: #D878AC; }
a { background-color: rgb(216,120,172); }
div.DivClassName
{
background-color: #D878AC;
}
.BgClassName
{
background-color: #D878AC;
}
</style>
border-color css
<style>
span { border-color: #D878AC; }
span { border-color: rgb(216,120,172); }
td.TdClassName
{
border-color: #D878AC;
}
.TagClassName
{
border-color: #D878AC;
}
</style>