Shades of Hopbush #D369A2
Tints of Hopbush #D369A2
RGB
CMYK
RGB Variations
Color information
#D369A2 (or 0xD369A2) is known color: Hopbush. HEX triplet: D3, 69 and A2. RGB value is (211,105,162). Sum of RGB (Red+Green+Blue) = 211+105+162=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D369A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D369A2 is #2C965D. Grayscale: #8F8F8F. Windows color (decimal): -2922078 or 10643923. OLE color: 10643923.
HSL color Cylindrical-coordinate representation of color #D369A2: hue angle of 327.74º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D369A2 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 162 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.17 |
| HSL | 327.74º | 0.55% | 0.62% | - |
| HSV(B) | 327.74º | 0.5% | 0.83% | - |
| XYZ | 38.44 | 26.56 | 37.28 | - |
| YUV | 143.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 162 | 0 | 0.50 | 0.23 | 0.17 | 327.74 | 0.55 | 0.62 |
| Hex | D3 | 69 | A2 | 0 | 32 | 17 | 11 | 148 | 37 | 3E |
| Octal | 323 | 151 | 242 | 0 | 62 | 27 | 21 | 510 | 67 | 76 |
| Binary | 11010011 | 1101001 | 10100010 | 0 | 110010 | 10111 | 10001 | 101001000 | 110111 | 111110 |
Color Harmonies of #D369A2
Complementary color
Monochromatic Colors of #D369A2
Black with #D369A2
Text Example
Text Example
White with #D369A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369A2; }
p { color: rgb(211,105,162); }
H1.HeaderClassName
{
color: #D369A2;
}
.AnyTagClassName
{
color: #D369A2;
}
</style>
background-color css
<style>
a { background-color: #D369A2; }
a { background-color: rgb(211,105,162); }
div.DivClassName
{
background-color: #D369A2;
}
.BgClassName
{
background-color: #D369A2;
}
</style>
border-color css
<style>
span { border-color: #D369A2; }
span { border-color: rgb(211,105,162); }
td.TdClassName
{
border-color: #D369A2;
}
.TagClassName
{
border-color: #D369A2;
}
</style>