Shades of Hopbush #D35D9A
Tints of Hopbush #D35D9A
RGB
CMYK
RGB Variations
Color information
#D35D9A (or 0xD35D9A) is known color: Hopbush. HEX triplet: D3, 5D and 9A. RGB value is (211,93,154). Sum of RGB (Red+Green+Blue) = 211+93+154=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35D9A is #2CA265. Grayscale: #878787. Windows color (decimal): -2925158 or 10116563. OLE color: 10116563.
HSL color Cylindrical-coordinate representation of color #D35D9A: hue angle of 328.98º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35D9A is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 154 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.17 |
| HSL | 328.98º | 0.57% | 0.6% | - |
| HSV(B) | 328.98º | 0.56% | 0.83% | - |
| XYZ | 36.61 | 24.01 | 33.28 | - |
| YUV | 135.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 154 | 0 | 0.56 | 0.27 | 0.17 | 328.98 | 0.57 | 0.6 |
| Hex | D3 | 5D | 9A | 0 | 38 | 1B | 11 | 149 | 39 | 3C |
| Octal | 323 | 135 | 232 | 0 | 70 | 33 | 21 | 511 | 71 | 74 |
| Binary | 11010011 | 1011101 | 10011010 | 0 | 111000 | 11011 | 10001 | 101001001 | 111001 | 111100 |
Color Harmonies of #D35D9A
Complementary color
Monochromatic Colors of #D35D9A
Black with #D35D9A
Text Example
Text Example
White with #D35D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35D9A; }
p { color: rgb(211,93,154); }
H1.HeaderClassName
{
color: #D35D9A;
}
.AnyTagClassName
{
color: #D35D9A;
}
</style>
background-color css
<style>
a { background-color: #D35D9A; }
a { background-color: rgb(211,93,154); }
div.DivClassName
{
background-color: #D35D9A;
}
.BgClassName
{
background-color: #D35D9A;
}
</style>
border-color css
<style>
span { border-color: #D35D9A; }
span { border-color: rgb(211,93,154); }
td.TdClassName
{
border-color: #D35D9A;
}
.TagClassName
{
border-color: #D35D9A;
}
</style>