Shades of Hopbush #D35DAB
Tints of Hopbush #D35DAB
RGB
CMYK
RGB Variations
Color information
#D35DAB (or 0xD35DAB) is known color: Hopbush. HEX triplet: D3, 5D and AB. RGB value is (211,93,171). Sum of RGB (Red+Green+Blue) = 211+93+171=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D35DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35DAB is #2CA254. Grayscale: #888888. Windows color (decimal): -2925141 or 11230675. OLE color: 11230675.
HSL color Cylindrical-coordinate representation of color #D35DAB: hue angle of 320.34º 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 #D35DAB is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 171 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.17 |
| HSL | 320.34º | 0.57% | 0.6% | - |
| HSV(B) | 320.34º | 0.56% | 0.83% | - |
| XYZ | 38.13 | 24.62 | 41.27 | - |
| YUV | 137.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 171 | 0 | 0.56 | 0.19 | 0.17 | 320.34 | 0.57 | 0.6 |
| Hex | D3 | 5D | AB | 0 | 38 | 13 | 11 | 140 | 39 | 3C |
| Octal | 323 | 135 | 253 | 0 | 70 | 23 | 21 | 500 | 71 | 74 |
| Binary | 11010011 | 1011101 | 10101011 | 0 | 111000 | 10011 | 10001 | 101000000 | 111001 | 111100 |
Color Harmonies of #D35DAB
Complementary color
Monochromatic Colors of #D35DAB
Black with #D35DAB
Text Example
Text Example
White with #D35DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35DAB; }
p { color: rgb(211,93,171); }
H1.HeaderClassName
{
color: #D35DAB;
}
.AnyTagClassName
{
color: #D35DAB;
}
</style>
background-color css
<style>
a { background-color: #D35DAB; }
a { background-color: rgb(211,93,171); }
div.DivClassName
{
background-color: #D35DAB;
}
.BgClassName
{
background-color: #D35DAB;
}
</style>
border-color css
<style>
span { border-color: #D35DAB; }
span { border-color: rgb(211,93,171); }
td.TdClassName
{
border-color: #D35DAB;
}
.TagClassName
{
border-color: #D35DAB;
}
</style>