Shades of Hopbush #DC67A8
Tints of Hopbush #DC67A8
RGB
CMYK
RGB Variations
Color information
#DC67A8 (or 0xDC67A8) is known color: Hopbush. HEX triplet: DC, 67 and A8. RGB value is (220,103,168). Sum of RGB (Red+Green+Blue) = 220+103+168=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC67A8 is #239857. Grayscale: #919191. Windows color (decimal): -2332760 or 11036636. OLE color: 11036636.
HSL color Cylindrical-coordinate representation of color #DC67A8: hue angle of 326.67º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC67A8 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 168 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.14 |
| HSL | 326.67º | 0.63% | 0.63% | - |
| HSV(B) | 326.67º | 0.53% | 0.86% | - |
| XYZ | 41.43 | 27.74 | 40.22 | - |
| YUV | 145.39 | 140.76 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 168 | 0 | 0.53 | 0.24 | 0.14 | 326.67 | 0.63 | 0.63 |
| Hex | DC | 67 | A8 | 0 | 35 | 18 | E | 147 | 3F | 3F |
| Octal | 334 | 147 | 250 | 0 | 65 | 30 | 16 | 507 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10101000 | 0 | 110101 | 11000 | 1110 | 101000111 | 111111 | 111111 |
Color Harmonies of #DC67A8
Complementary color
Monochromatic Colors of #DC67A8
Black with #DC67A8
Text Example
Text Example
White with #DC67A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67A8; }
p { color: rgb(220,103,168); }
H1.HeaderClassName
{
color: #DC67A8;
}
.AnyTagClassName
{
color: #DC67A8;
}
</style>
background-color css
<style>
a { background-color: #DC67A8; }
a { background-color: rgb(220,103,168); }
div.DivClassName
{
background-color: #DC67A8;
}
.BgClassName
{
background-color: #DC67A8;
}
</style>
border-color css
<style>
span { border-color: #DC67A8; }
span { border-color: rgb(220,103,168); }
td.TdClassName
{
border-color: #DC67A8;
}
.TagClassName
{
border-color: #DC67A8;
}
</style>