Shades of Hopbush #D672B0
Tints of Hopbush #D672B0
RGB
CMYK
RGB Variations
Color information
#D672B0 (or 0xD672B0) is known color: Hopbush. HEX triplet: D6, 72 and B0. RGB value is (214,114,176). Sum of RGB (Red+Green+Blue) = 214+114+176=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D672B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D672B0 is #298D4F. Grayscale: #969696. Windows color (decimal): -2723152 or 11563734. OLE color: 11563734.
HSL color Cylindrical-coordinate representation of color #D672B0: hue angle of 322.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D672B0 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 176 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.16 |
| HSL | 322.8º | 0.55% | 0.64% | - |
| HSV(B) | 322.8º | 0.47% | 0.84% | - |
| XYZ | 41.59 | 29.47 | 44.57 | - |
| YUV | 150.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 176 | 0 | 0.47 | 0.18 | 0.16 | 322.8 | 0.55 | 0.64 |
| Hex | D6 | 72 | B0 | 0 | 2F | 12 | 10 | 143 | 37 | 40 |
| Octal | 326 | 162 | 260 | 0 | 57 | 22 | 20 | 503 | 67 | 100 |
| Binary | 11010110 | 1110010 | 10110000 | 0 | 101111 | 10010 | 10000 | 101000011 | 110111 | 1000000 |
Color Harmonies of #D672B0
Complementary color
Monochromatic Colors of #D672B0
Black with #D672B0
Text Example
Text Example
White with #D672B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672B0; }
p { color: rgb(214,114,176); }
H1.HeaderClassName
{
color: #D672B0;
}
.AnyTagClassName
{
color: #D672B0;
}
</style>
background-color css
<style>
a { background-color: #D672B0; }
a { background-color: rgb(214,114,176); }
div.DivClassName
{
background-color: #D672B0;
}
.BgClassName
{
background-color: #D672B0;
}
</style>
border-color css
<style>
span { border-color: #D672B0; }
span { border-color: rgb(214,114,176); }
td.TdClassName
{
border-color: #D672B0;
}
.TagClassName
{
border-color: #D672B0;
}
</style>