Shades of Hopbush #D667A8
Tints of Hopbush #D667A8
RGB
CMYK
RGB Variations
Color information
#D667A8 (or 0xD667A8) is known color: Hopbush. HEX triplet: D6, 67 and A8. RGB value is (214,103,168). Sum of RGB (Red+Green+Blue) = 214+103+168=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D667A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D667A8 is #299857. Grayscale: #8F8F8F. Windows color (decimal): -2725976 or 11036630. OLE color: 11036630.
HSL color Cylindrical-coordinate representation of color #D667A8: hue angle of 324.86º 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 #D667A8 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 168 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.16 |
| HSL | 324.86º | 0.58% | 0.62% | - |
| HSV(B) | 324.86º | 0.52% | 0.84% | - |
| XYZ | 39.65 | 26.82 | 40.13 | - |
| YUV | 143.6 | 141.77 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 168 | 0 | 0.52 | 0.21 | 0.16 | 324.86 | 0.58 | 0.62 |
| Hex | D6 | 67 | A8 | 0 | 34 | 15 | 10 | 145 | 3A | 3E |
| Octal | 326 | 147 | 250 | 0 | 64 | 25 | 20 | 505 | 72 | 76 |
| Binary | 11010110 | 1100111 | 10101000 | 0 | 110100 | 10101 | 10000 | 101000101 | 111010 | 111110 |
Color Harmonies of #D667A8
Complementary color
Monochromatic Colors of #D667A8
Black with #D667A8
Text Example
Text Example
White with #D667A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D667A8; }
p { color: rgb(214,103,168); }
H1.HeaderClassName
{
color: #D667A8;
}
.AnyTagClassName
{
color: #D667A8;
}
</style>
background-color css
<style>
a { background-color: #D667A8; }
a { background-color: rgb(214,103,168); }
div.DivClassName
{
background-color: #D667A8;
}
.BgClassName
{
background-color: #D667A8;
}
</style>
border-color css
<style>
span { border-color: #D667A8; }
span { border-color: rgb(214,103,168); }
td.TdClassName
{
border-color: #D667A8;
}
.TagClassName
{
border-color: #D667A8;
}
</style>