Shades of Hopbush #D3629F
Tints of Hopbush #D3629F
RGB
CMYK
RGB Variations
Color information
#D3629F (or 0xD3629F) is known color: Hopbush. HEX triplet: D3, 62 and 9F. RGB value is (211,98,159). Sum of RGB (Red+Green+Blue) = 211+98+159=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D3629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3629F is #2C9D60. Grayscale: #8A8A8A. Windows color (decimal): -2923873 or 10445523. OLE color: 10445523.
HSL color Cylindrical-coordinate representation of color #D3629F: hue angle of 327.61º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3629F is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 159 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.17 |
| HSL | 327.61º | 0.56% | 0.61% | - |
| HSV(B) | 327.61º | 0.54% | 0.83% | - |
| XYZ | 37.49 | 25.09 | 35.67 | - |
| YUV | 138.74 | 139.44 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 159 | 0 | 0.54 | 0.25 | 0.17 | 327.61 | 0.56 | 0.61 |
| Hex | D3 | 62 | 9F | 0 | 36 | 19 | 11 | 148 | 38 | 3D |
| Octal | 323 | 142 | 237 | 0 | 66 | 31 | 21 | 510 | 70 | 75 |
| Binary | 11010011 | 1100010 | 10011111 | 0 | 110110 | 11001 | 10001 | 101001000 | 111000 | 111101 |
Color Harmonies of #D3629F
Complementary color
Monochromatic Colors of #D3629F
Black with #D3629F
Text Example
Text Example
White with #D3629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3629F; }
p { color: rgb(211,98,159); }
H1.HeaderClassName
{
color: #D3629F;
}
.AnyTagClassName
{
color: #D3629F;
}
</style>
background-color css
<style>
a { background-color: #D3629F; }
a { background-color: rgb(211,98,159); }
div.DivClassName
{
background-color: #D3629F;
}
.BgClassName
{
background-color: #D3629F;
}
</style>
border-color css
<style>
span { border-color: #D3629F; }
span { border-color: rgb(211,98,159); }
td.TdClassName
{
border-color: #D3629F;
}
.TagClassName
{
border-color: #D3629F;
}
</style>