Shades of Hopbush #D3608F
Tints of Hopbush #D3608F
RGB
CMYK
RGB Variations
Color information
#D3608F (or 0xD3608F) is known color: Hopbush. HEX triplet: D3, 60 and 8F. RGB value is (211,96,143). Sum of RGB (Red+Green+Blue) = 211+96+143=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D3608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3608F is #2C9F70. Grayscale: #878787. Windows color (decimal): -2924401 or 9396435. OLE color: 9396435.
HSL color Cylindrical-coordinate representation of color #D3608F: hue angle of 335.48º 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 #D3608F is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 143 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.17 |
| HSL | 335.48º | 0.57% | 0.6% | - |
| HSV(B) | 335.48º | 0.55% | 0.83% | - |
| XYZ | 36 | 24.2 | 28.76 | - |
| YUV | 135.74 | 132.1 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 143 | 0 | 0.55 | 0.32 | 0.17 | 335.48 | 0.57 | 0.6 |
| Hex | D3 | 60 | 8F | 0 | 37 | 20 | 11 | 14F | 39 | 3C |
| Octal | 323 | 140 | 217 | 0 | 67 | 40 | 21 | 517 | 71 | 74 |
| Binary | 11010011 | 1100000 | 10001111 | 0 | 110111 | 100000 | 10001 | 101001111 | 111001 | 111100 |
Color Harmonies of #D3608F
Complementary color
Monochromatic Colors of #D3608F
Black with #D3608F
Text Example
Text Example
White with #D3608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3608F; }
p { color: rgb(211,96,143); }
H1.HeaderClassName
{
color: #D3608F;
}
.AnyTagClassName
{
color: #D3608F;
}
</style>
background-color css
<style>
a { background-color: #D3608F; }
a { background-color: rgb(211,96,143); }
div.DivClassName
{
background-color: #D3608F;
}
.BgClassName
{
background-color: #D3608F;
}
</style>
border-color css
<style>
span { border-color: #D3608F; }
span { border-color: rgb(211,96,143); }
td.TdClassName
{
border-color: #D3608F;
}
.TagClassName
{
border-color: #D3608F;
}
</style>