Shades of Hopbush #D3608D
Tints of Hopbush #D3608D
RGB
CMYK
RGB Variations
Color information
#D3608D (or 0xD3608D) is known color: Hopbush. HEX triplet: D3, 60 and 8D. RGB value is (211,96,141). Sum of RGB (Red+Green+Blue) = 211+96+141=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D3608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3608D is #2C9F72. Grayscale: #878787. Windows color (decimal): -2924403 or 9265363. OLE color: 9265363.
HSL color Cylindrical-coordinate representation of color #D3608D: hue angle of 336.52º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3608D is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 141 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.17 |
| HSL | 336.52º | 0.57% | 0.6% | - |
| HSV(B) | 336.52º | 0.55% | 0.83% | - |
| XYZ | 35.85 | 24.14 | 27.97 | - |
| YUV | 135.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 141 | 0 | 0.55 | 0.33 | 0.17 | 336.52 | 0.57 | 0.6 |
| Hex | D3 | 60 | 8D | 0 | 37 | 21 | 11 | 151 | 39 | 3C |
| Octal | 323 | 140 | 215 | 0 | 67 | 41 | 21 | 521 | 71 | 74 |
| Binary | 11010011 | 1100000 | 10001101 | 0 | 110111 | 100001 | 10001 | 101010001 | 111001 | 111100 |
Color Harmonies of #D3608D
Complementary color
Monochromatic Colors of #D3608D
Black with #D3608D
Text Example
Text Example
White with #D3608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3608D; }
p { color: rgb(211,96,141); }
H1.HeaderClassName
{
color: #D3608D;
}
.AnyTagClassName
{
color: #D3608D;
}
</style>
background-color css
<style>
a { background-color: #D3608D; }
a { background-color: rgb(211,96,141); }
div.DivClassName
{
background-color: #D3608D;
}
.BgClassName
{
background-color: #D3608D;
}
</style>
border-color css
<style>
span { border-color: #D3608D; }
span { border-color: rgb(211,96,141); }
td.TdClassName
{
border-color: #D3608D;
}
.TagClassName
{
border-color: #D3608D;
}
</style>