Shades of Hopbush #D56993
Tints of Hopbush #D56993
RGB
CMYK
RGB Variations
Color information
#D56993 (or 0xD56993) is known color: Hopbush. HEX triplet: D5, 69 and 93. RGB value is (213,105,147). Sum of RGB (Red+Green+Blue) = 213+105+147=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D56993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56993 is #2A966C. Grayscale: #8E8E8E. Windows color (decimal): -2791021 or 9660885. OLE color: 9660885.
HSL color Cylindrical-coordinate representation of color #D56993: hue angle of 336.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56993 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 147 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.16 |
| HSL | 336.67º | 0.56% | 0.62% | - |
| HSV(B) | 336.67º | 0.51% | 0.84% | - |
| XYZ | 37.76 | 26.36 | 30.7 | - |
| YUV | 142.08 | 130.78 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 147 | 0 | 0.51 | 0.31 | 0.16 | 336.67 | 0.56 | 0.62 |
| Hex | D5 | 69 | 93 | 0 | 33 | 1F | 10 | 151 | 38 | 3E |
| Octal | 325 | 151 | 223 | 0 | 63 | 37 | 20 | 521 | 70 | 76 |
| Binary | 11010101 | 1101001 | 10010011 | 0 | 110011 | 11111 | 10000 | 101010001 | 111000 | 111110 |
Color Harmonies of #D56993
Complementary color
Monochromatic Colors of #D56993
Black with #D56993
Text Example
Text Example
White with #D56993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56993; }
p { color: rgb(213,105,147); }
H1.HeaderClassName
{
color: #D56993;
}
.AnyTagClassName
{
color: #D56993;
}
</style>
background-color css
<style>
a { background-color: #D56993; }
a { background-color: rgb(213,105,147); }
div.DivClassName
{
background-color: #D56993;
}
.BgClassName
{
background-color: #D56993;
}
</style>
border-color css
<style>
span { border-color: #D56993; }
span { border-color: rgb(213,105,147); }
td.TdClassName
{
border-color: #D56993;
}
.TagClassName
{
border-color: #D56993;
}
</style>