Shades of Hopbush #D35D8C
Tints of Hopbush #D35D8C
RGB
CMYK
RGB Variations
Color information
#D35D8C (or 0xD35D8C) is known color: Hopbush. HEX triplet: D3, 5D and 8C. RGB value is (211,93,140). Sum of RGB (Red+Green+Blue) = 211+93+140=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35D8C is #2CA273. Grayscale: #858585. Windows color (decimal): -2925172 or 9199059. OLE color: 9199059.
HSL color Cylindrical-coordinate representation of color #D35D8C: hue angle of 336.1º 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 #D35D8C is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 140 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.17 |
| HSL | 336.1º | 0.57% | 0.6% | - |
| HSV(B) | 336.1º | 0.56% | 0.83% | - |
| XYZ | 35.51 | 23.57 | 27.49 | - |
| YUV | 133.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 140 | 0 | 0.56 | 0.34 | 0.17 | 336.1 | 0.57 | 0.6 |
| Hex | D3 | 5D | 8C | 0 | 38 | 22 | 11 | 150 | 39 | 3C |
| Octal | 323 | 135 | 214 | 0 | 70 | 42 | 21 | 520 | 71 | 74 |
| Binary | 11010011 | 1011101 | 10001100 | 0 | 111000 | 100010 | 10001 | 101010000 | 111001 | 111100 |
Color Harmonies of #D35D8C
Complementary color
Monochromatic Colors of #D35D8C
Black with #D35D8C
Text Example
Text Example
White with #D35D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35D8C; }
p { color: rgb(211,93,140); }
H1.HeaderClassName
{
color: #D35D8C;
}
.AnyTagClassName
{
color: #D35D8C;
}
</style>
background-color css
<style>
a { background-color: #D35D8C; }
a { background-color: rgb(211,93,140); }
div.DivClassName
{
background-color: #D35D8C;
}
.BgClassName
{
background-color: #D35D8C;
}
</style>
border-color css
<style>
span { border-color: #D35D8C; }
span { border-color: rgb(211,93,140); }
td.TdClassName
{
border-color: #D35D8C;
}
.TagClassName
{
border-color: #D35D8C;
}
</style>