Shades of Hopbush #DA5C93
Tints of Hopbush #DA5C93
RGB
CMYK
RGB Variations
Color information
#DA5C93 (or 0xDA5C93) is known color: Hopbush. HEX triplet: DA, 5C and 93. RGB value is (218,92,147). Sum of RGB (Red+Green+Blue) = 218+92+147=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5C93 is #25A36C. Grayscale: #878787. Windows color (decimal): -2466669 or 9657562. OLE color: 9657562.
HSL color Cylindrical-coordinate representation of color #DA5C93: hue angle of 333.81º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5C93 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 147 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.15 |
| HSL | 333.81º | 0.63% | 0.61% | - |
| HSV(B) | 333.81º | 0.58% | 0.85% | - |
| XYZ | 38.01 | 24.67 | 30.36 | - |
| YUV | 135.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 147 | 0 | 0.58 | 0.33 | 0.15 | 333.81 | 0.63 | 0.61 |
| Hex | DA | 5C | 93 | 0 | 3A | 21 | F | 14E | 3F | 3D |
| Octal | 332 | 134 | 223 | 0 | 72 | 41 | 17 | 516 | 77 | 75 |
| Binary | 11011010 | 1011100 | 10010011 | 0 | 111010 | 100001 | 1111 | 101001110 | 111111 | 111101 |
Color Harmonies of #DA5C93
Complementary color
Monochromatic Colors of #DA5C93
Black with #DA5C93
Text Example
Text Example
White with #DA5C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C93; }
p { color: rgb(218,92,147); }
H1.HeaderClassName
{
color: #DA5C93;
}
.AnyTagClassName
{
color: #DA5C93;
}
</style>
background-color css
<style>
a { background-color: #DA5C93; }
a { background-color: rgb(218,92,147); }
div.DivClassName
{
background-color: #DA5C93;
}
.BgClassName
{
background-color: #DA5C93;
}
</style>
border-color css
<style>
span { border-color: #DA5C93; }
span { border-color: rgb(218,92,147); }
td.TdClassName
{
border-color: #DA5C93;
}
.TagClassName
{
border-color: #DA5C93;
}
</style>