Shades of Hopbush #D3608A
Tints of Hopbush #D3608A
RGB
CMYK
RGB Variations
Color information
#D3608A (or 0xD3608A) is known color: Hopbush. HEX triplet: D3, 60 and 8A. RGB value is (211,96,138). Sum of RGB (Red+Green+Blue) = 211+96+138=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D3608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3608A is #2C9F75. Grayscale: #878787. Windows color (decimal): -2924406 or 9068755. OLE color: 9068755.
HSL color Cylindrical-coordinate representation of color #D3608A: hue angle of 338.09º 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 #D3608A is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 138 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.17 |
| HSL | 338.09º | 0.57% | 0.6% | - |
| HSV(B) | 338.09º | 0.55% | 0.83% | - |
| XYZ | 35.63 | 24.05 | 26.81 | - |
| YUV | 135.17 | 129.6 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 138 | 0 | 0.55 | 0.35 | 0.17 | 338.09 | 0.57 | 0.6 |
| Hex | D3 | 60 | 8A | 0 | 37 | 23 | 11 | 152 | 39 | 3C |
| Octal | 323 | 140 | 212 | 0 | 67 | 43 | 21 | 522 | 71 | 74 |
| Binary | 11010011 | 1100000 | 10001010 | 0 | 110111 | 100011 | 10001 | 101010010 | 111001 | 111100 |
Color Harmonies of #D3608A
Complementary color
Monochromatic Colors of #D3608A
Black with #D3608A
Text Example
Text Example
White with #D3608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3608A; }
p { color: rgb(211,96,138); }
H1.HeaderClassName
{
color: #D3608A;
}
.AnyTagClassName
{
color: #D3608A;
}
</style>
background-color css
<style>
a { background-color: #D3608A; }
a { background-color: rgb(211,96,138); }
div.DivClassName
{
background-color: #D3608A;
}
.BgClassName
{
background-color: #D3608A;
}
</style>
border-color css
<style>
span { border-color: #D3608A; }
span { border-color: rgb(211,96,138); }
td.TdClassName
{
border-color: #D3608A;
}
.TagClassName
{
border-color: #D3608A;
}
</style>