Shades of Hopbush #D667A1
Tints of Hopbush #D667A1
RGB
CMYK
RGB Variations
Color information
#D667A1 (or 0xD667A1) is known color: Hopbush. HEX triplet: D6, 67 and A1. RGB value is (214,103,161). Sum of RGB (Red+Green+Blue) = 214+103+161=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D667A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D667A1 is #29985E. Grayscale: #8E8E8E. Windows color (decimal): -2725983 or 10577878. OLE color: 10577878.
HSL color Cylindrical-coordinate representation of color #D667A1: hue angle of 328.65º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D667A1 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 161 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.16 |
| HSL | 328.65º | 0.58% | 0.62% | - |
| HSV(B) | 328.65º | 0.52% | 0.84% | - |
| XYZ | 39.01 | 26.57 | 36.79 | - |
| YUV | 142.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 161 | 0 | 0.52 | 0.25 | 0.16 | 328.65 | 0.58 | 0.62 |
| Hex | D6 | 67 | A1 | 0 | 34 | 19 | 10 | 149 | 3A | 3E |
| Octal | 326 | 147 | 241 | 0 | 64 | 31 | 20 | 511 | 72 | 76 |
| Binary | 11010110 | 1100111 | 10100001 | 0 | 110100 | 11001 | 10000 | 101001001 | 111010 | 111110 |
Color Harmonies of #D667A1
Complementary color
Monochromatic Colors of #D667A1
Black with #D667A1
Text Example
Text Example
White with #D667A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D667A1; }
p { color: rgb(214,103,161); }
H1.HeaderClassName
{
color: #D667A1;
}
.AnyTagClassName
{
color: #D667A1;
}
</style>
background-color css
<style>
a { background-color: #D667A1; }
a { background-color: rgb(214,103,161); }
div.DivClassName
{
background-color: #D667A1;
}
.BgClassName
{
background-color: #D667A1;
}
</style>
border-color css
<style>
span { border-color: #D667A1; }
span { border-color: rgb(214,103,161); }
td.TdClassName
{
border-color: #D667A1;
}
.TagClassName
{
border-color: #D667A1;
}
</style>