Shades of Hopbush #DA5D93
Tints of Hopbush #DA5D93
RGB
CMYK
RGB Variations
Color information
#DA5D93 (or 0xDA5D93) is known color: Hopbush. HEX triplet: DA, 5D and 93. RGB value is (218,93,147). Sum of RGB (Red+Green+Blue) = 218+93+147=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5D93 is #25A26C. Grayscale: #888888. Windows color (decimal): -2466413 or 9657818. OLE color: 9657818.
HSL color Cylindrical-coordinate representation of color #DA5D93: hue angle of 334.08º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5D93 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 147 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.15 |
| HSL | 334.08º | 0.63% | 0.61% | - |
| HSV(B) | 334.08º | 0.57% | 0.85% | - |
| XYZ | 38.09 | 24.84 | 30.39 | - |
| YUV | 136.53 | 133.91 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 147 | 0 | 0.57 | 0.33 | 0.15 | 334.08 | 0.63 | 0.61 |
| Hex | DA | 5D | 93 | 0 | 39 | 21 | F | 14E | 3F | 3D |
| Octal | 332 | 135 | 223 | 0 | 71 | 41 | 17 | 516 | 77 | 75 |
| Binary | 11011010 | 1011101 | 10010011 | 0 | 111001 | 100001 | 1111 | 101001110 | 111111 | 111101 |
Color Harmonies of #DA5D93
Complementary color
Monochromatic Colors of #DA5D93
Black with #DA5D93
Text Example
Text Example
White with #DA5D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D93; }
p { color: rgb(218,93,147); }
H1.HeaderClassName
{
color: #DA5D93;
}
.AnyTagClassName
{
color: #DA5D93;
}
</style>
background-color css
<style>
a { background-color: #DA5D93; }
a { background-color: rgb(218,93,147); }
div.DivClassName
{
background-color: #DA5D93;
}
.BgClassName
{
background-color: #DA5D93;
}
</style>
border-color css
<style>
span { border-color: #DA5D93; }
span { border-color: rgb(218,93,147); }
td.TdClassName
{
border-color: #DA5D93;
}
.TagClassName
{
border-color: #DA5D93;
}
</style>