Shades of Hopbush #D56693
Tints of Hopbush #D56693
RGB
CMYK
RGB Variations
Color information
#D56693 (or 0xD56693) is known color: Hopbush. HEX triplet: D5, 66 and 93. RGB value is (213,102,147). Sum of RGB (Red+Green+Blue) = 213+102+147=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D56693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56693 is #2A996C. Grayscale: #8C8C8C. Windows color (decimal): -2791789 or 9660117. OLE color: 9660117.
HSL color Cylindrical-coordinate representation of color #D56693: hue angle of 335.68º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56693 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 147 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.16 |
| HSL | 335.68º | 0.57% | 0.62% | - |
| HSV(B) | 335.68º | 0.52% | 0.84% | - |
| XYZ | 37.46 | 25.76 | 30.6 | - |
| YUV | 140.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 147 | 0 | 0.52 | 0.31 | 0.16 | 335.68 | 0.57 | 0.62 |
| Hex | D5 | 66 | 93 | 0 | 34 | 1F | 10 | 150 | 39 | 3E |
| Octal | 325 | 146 | 223 | 0 | 64 | 37 | 20 | 520 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10010011 | 0 | 110100 | 11111 | 10000 | 101010000 | 111001 | 111110 |
Color Harmonies of #D56693
Complementary color
Monochromatic Colors of #D56693
Black with #D56693
Text Example
Text Example
White with #D56693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56693; }
p { color: rgb(213,102,147); }
H1.HeaderClassName
{
color: #D56693;
}
.AnyTagClassName
{
color: #D56693;
}
</style>
background-color css
<style>
a { background-color: #D56693; }
a { background-color: rgb(213,102,147); }
div.DivClassName
{
background-color: #D56693;
}
.BgClassName
{
background-color: #D56693;
}
</style>
border-color css
<style>
span { border-color: #D56693; }
span { border-color: rgb(213,102,147); }
td.TdClassName
{
border-color: #D56693;
}
.TagClassName
{
border-color: #D56693;
}
</style>