Shades of Hopbush #D36594
Tints of Hopbush #D36594
RGB
CMYK
RGB Variations
Color information
#D36594 (or 0xD36594) is known color: Hopbush. HEX triplet: D3, 65 and 94. RGB value is (211,101,148). Sum of RGB (Red+Green+Blue) = 211+101+148=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D36594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36594 is #2C9A6B. Grayscale: #8B8B8B. Windows color (decimal): -2923116 or 9725395. OLE color: 9725395.
HSL color Cylindrical-coordinate representation of color #D36594: hue angle of 334.36º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36594 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 148 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.17 |
| HSL | 334.36º | 0.56% | 0.61% | - |
| HSV(B) | 334.36º | 0.52% | 0.83% | - |
| XYZ | 36.86 | 25.29 | 30.96 | - |
| YUV | 139.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 148 | 0 | 0.52 | 0.30 | 0.17 | 334.36 | 0.56 | 0.61 |
| Hex | D3 | 65 | 94 | 0 | 34 | 1E | 11 | 14E | 38 | 3D |
| Octal | 323 | 145 | 224 | 0 | 64 | 36 | 21 | 516 | 70 | 75 |
| Binary | 11010011 | 1100101 | 10010100 | 0 | 110100 | 11110 | 10001 | 101001110 | 111000 | 111101 |
Color Harmonies of #D36594
Complementary color
Monochromatic Colors of #D36594
Black with #D36594
Text Example
Text Example
White with #D36594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36594; }
p { color: rgb(211,101,148); }
H1.HeaderClassName
{
color: #D36594;
}
.AnyTagClassName
{
color: #D36594;
}
</style>
background-color css
<style>
a { background-color: #D36594; }
a { background-color: rgb(211,101,148); }
div.DivClassName
{
background-color: #D36594;
}
.BgClassName
{
background-color: #D36594;
}
</style>
border-color css
<style>
span { border-color: #D36594; }
span { border-color: rgb(211,101,148); }
td.TdClassName
{
border-color: #D36594;
}
.TagClassName
{
border-color: #D36594;
}
</style>