Shades of Hopbush #D467B1
Tints of Hopbush #D467B1
RGB
CMYK
RGB Variations
Color information
#D467B1 (or 0xD467B1) is known color: Hopbush. HEX triplet: D4, 67 and B1. RGB value is (212,103,177). Sum of RGB (Red+Green+Blue) = 212+103+177=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D467B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D467B1 is #2B984E. Grayscale: #8F8F8F. Windows color (decimal): -2857039 or 11626452. OLE color: 11626452.
HSL color Cylindrical-coordinate representation of color #D467B1: hue angle of 319.27º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D467B1 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 177 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.17 |
| HSL | 319.27º | 0.56% | 0.62% | - |
| HSV(B) | 319.27º | 0.51% | 0.83% | - |
| XYZ | 39.94 | 26.87 | 44.68 | - |
| YUV | 144.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 177 | 0 | 0.51 | 0.17 | 0.17 | 319.27 | 0.56 | 0.62 |
| Hex | D4 | 67 | B1 | 0 | 33 | 11 | 11 | 13F | 38 | 3E |
| Octal | 324 | 147 | 261 | 0 | 63 | 21 | 21 | 477 | 70 | 76 |
| Binary | 11010100 | 1100111 | 10110001 | 0 | 110011 | 10001 | 10001 | 100111111 | 111000 | 111110 |
Color Harmonies of #D467B1
Complementary color
Monochromatic Colors of #D467B1
Black with #D467B1
Text Example
Text Example
White with #D467B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D467B1; }
p { color: rgb(212,103,177); }
H1.HeaderClassName
{
color: #D467B1;
}
.AnyTagClassName
{
color: #D467B1;
}
</style>
background-color css
<style>
a { background-color: #D467B1; }
a { background-color: rgb(212,103,177); }
div.DivClassName
{
background-color: #D467B1;
}
.BgClassName
{
background-color: #D467B1;
}
</style>
border-color css
<style>
span { border-color: #D467B1; }
span { border-color: rgb(212,103,177); }
td.TdClassName
{
border-color: #D467B1;
}
.TagClassName
{
border-color: #D467B1;
}
</style>