Shades of Hopbush #D35A8C
Tints of Hopbush #D35A8C
RGB
CMYK
RGB Variations
Color information
#D35A8C (or 0xD35A8C) is known color: Hopbush. HEX triplet: D3, 5A and 8C. RGB value is (211,90,140). Sum of RGB (Red+Green+Blue) = 211+90+140=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35A8C is #2CA573. Grayscale: #838383. Windows color (decimal): -2925940 or 9198291. OLE color: 9198291.
HSL color Cylindrical-coordinate representation of color #D35A8C: hue angle of 335.21º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D35A8C is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 90 | 140 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.17 |
| HSL | 335.21º | 0.58% | 0.59% | - |
| HSV(B) | 335.21º | 0.57% | 0.83% | - |
| XYZ | 35.25 | 23.05 | 27.4 | - |
| YUV | 131.88 | 132.59 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 90 | 140 | 0 | 0.57 | 0.34 | 0.17 | 335.21 | 0.58 | 0.59 |
| Hex | D3 | 5A | 8C | 0 | 39 | 22 | 11 | 14F | 3A | 3B |
| Octal | 323 | 132 | 214 | 0 | 71 | 42 | 21 | 517 | 72 | 73 |
| Binary | 11010011 | 1011010 | 10001100 | 0 | 111001 | 100010 | 10001 | 101001111 | 111010 | 111011 |
Color Harmonies of #D35A8C
Complementary color
Monochromatic Colors of #D35A8C
Black with #D35A8C
Text Example
Text Example
White with #D35A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35A8C; }
p { color: rgb(211,90,140); }
H1.HeaderClassName
{
color: #D35A8C;
}
.AnyTagClassName
{
color: #D35A8C;
}
</style>
background-color css
<style>
a { background-color: #D35A8C; }
a { background-color: rgb(211,90,140); }
div.DivClassName
{
background-color: #D35A8C;
}
.BgClassName
{
background-color: #D35A8C;
}
</style>
border-color css
<style>
span { border-color: #D35A8C; }
span { border-color: rgb(211,90,140); }
td.TdClassName
{
border-color: #D35A8C;
}
.TagClassName
{
border-color: #D35A8C;
}
</style>