Shades of Hopbush #DC5B9A
Tints of Hopbush #DC5B9A
RGB
CMYK
RGB Variations
Color information
#DC5B9A (or 0xDC5B9A) is known color: Hopbush. HEX triplet: DC, 5B and 9A. RGB value is (220,91,154). Sum of RGB (Red+Green+Blue) = 220+91+154=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5B9A is #23A465. Grayscale: #888888. Windows color (decimal): -2335846 or 10116060. OLE color: 10116060.
HSL color Cylindrical-coordinate representation of color #DC5B9A: hue angle of 330.7º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5B9A is Cyan = 0, Magento = 0.59, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 154 | - |
| CMYK | 0 | 0.59 | 0.3 | 0.14 |
| HSL | 330.7º | 0.65% | 0.61% | - |
| HSV(B) | 330.7º | 0.59% | 0.86% | - |
| XYZ | 39.09 | 25.03 | 33.34 | - |
| YUV | 136.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 154 | 0 | 0.59 | 0.3 | 0.14 | 330.7 | 0.65 | 0.61 |
| Hex | DC | 5B | 9A | 0 | 3B | 1E | E | 14B | 41 | 3D |
| Octal | 334 | 133 | 232 | 0 | 73 | 36 | 16 | 513 | 101 | 75 |
| Binary | 11011100 | 1011011 | 10011010 | 0 | 111011 | 11110 | 1110 | 101001011 | 1000001 | 111101 |
Color Harmonies of #DC5B9A
Complementary color
Monochromatic Colors of #DC5B9A
Black with #DC5B9A
Text Example
Text Example
White with #DC5B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B9A; }
p { color: rgb(220,91,154); }
H1.HeaderClassName
{
color: #DC5B9A;
}
.AnyTagClassName
{
color: #DC5B9A;
}
</style>
background-color css
<style>
a { background-color: #DC5B9A; }
a { background-color: rgb(220,91,154); }
div.DivClassName
{
background-color: #DC5B9A;
}
.BgClassName
{
background-color: #DC5B9A;
}
</style>
border-color css
<style>
span { border-color: #DC5B9A; }
span { border-color: rgb(220,91,154); }
td.TdClassName
{
border-color: #DC5B9A;
}
.TagClassName
{
border-color: #DC5B9A;
}
</style>