Shades of Hopbush #D673B1
Tints of Hopbush #D673B1
RGB
CMYK
RGB Variations
Color information
#D673B1 (or 0xD673B1) is known color: Hopbush. HEX triplet: D6, 73 and B1. RGB value is (214,115,177). Sum of RGB (Red+Green+Blue) = 214+115+177=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D673B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D673B1 is #298C4E. Grayscale: #979797. Windows color (decimal): -2722895 or 11629526. OLE color: 11629526.
HSL color Cylindrical-coordinate representation of color #D673B1: hue angle of 322.42º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D673B1 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 177 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.16 |
| HSL | 322.42º | 0.55% | 0.65% | - |
| HSV(B) | 322.42º | 0.46% | 0.84% | - |
| XYZ | 41.8 | 29.73 | 45.13 | - |
| YUV | 151.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 177 | 0 | 0.46 | 0.17 | 0.16 | 322.42 | 0.55 | 0.65 |
| Hex | D6 | 73 | B1 | 0 | 2E | 11 | 10 | 142 | 37 | 41 |
| Octal | 326 | 163 | 261 | 0 | 56 | 21 | 20 | 502 | 67 | 101 |
| Binary | 11010110 | 1110011 | 10110001 | 0 | 101110 | 10001 | 10000 | 101000010 | 110111 | 1000001 |
Color Harmonies of #D673B1
Complementary color
Monochromatic Colors of #D673B1
Black with #D673B1
Text Example
Text Example
White with #D673B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D673B1; }
p { color: rgb(214,115,177); }
H1.HeaderClassName
{
color: #D673B1;
}
.AnyTagClassName
{
color: #D673B1;
}
</style>
background-color css
<style>
a { background-color: #D673B1; }
a { background-color: rgb(214,115,177); }
div.DivClassName
{
background-color: #D673B1;
}
.BgClassName
{
background-color: #D673B1;
}
</style>
border-color css
<style>
span { border-color: #D673B1; }
span { border-color: rgb(214,115,177); }
td.TdClassName
{
border-color: #D673B1;
}
.TagClassName
{
border-color: #D673B1;
}
</style>