Shades of Hopbush #D35D88
Tints of Hopbush #D35D88
RGB
CMYK
RGB Variations
Color information
#D35D88 (or 0xD35D88) is known color: Hopbush. HEX triplet: D3, 5D and 88. RGB value is (211,93,136). Sum of RGB (Red+Green+Blue) = 211+93+136=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35D88 is #2CA277. Grayscale: #858585. Windows color (decimal): -2925176 or 8936915. OLE color: 8936915.
HSL color Cylindrical-coordinate representation of color #D35D88: hue angle of 338.14º 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 #D35D88 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 136 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.17 |
| HSL | 338.14º | 0.57% | 0.6% | - |
| HSV(B) | 338.14º | 0.56% | 0.83% | - |
| XYZ | 35.22 | 23.46 | 25.96 | - |
| YUV | 133.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 136 | 0 | 0.56 | 0.36 | 0.17 | 338.14 | 0.57 | 0.6 |
| Hex | D3 | 5D | 88 | 0 | 38 | 24 | 11 | 152 | 39 | 3C |
| Octal | 323 | 135 | 210 | 0 | 70 | 44 | 21 | 522 | 71 | 74 |
| Binary | 11010011 | 1011101 | 10001000 | 0 | 111000 | 100100 | 10001 | 101010010 | 111001 | 111100 |
Color Harmonies of #D35D88
Complementary color
Monochromatic Colors of #D35D88
Black with #D35D88
Text Example
Text Example
White with #D35D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35D88; }
p { color: rgb(211,93,136); }
H1.HeaderClassName
{
color: #D35D88;
}
.AnyTagClassName
{
color: #D35D88;
}
</style>
background-color css
<style>
a { background-color: #D35D88; }
a { background-color: rgb(211,93,136); }
div.DivClassName
{
background-color: #D35D88;
}
.BgClassName
{
background-color: #D35D88;
}
</style>
border-color css
<style>
span { border-color: #D35D88; }
span { border-color: rgb(211,93,136); }
td.TdClassName
{
border-color: #D35D88;
}
.TagClassName
{
border-color: #D35D88;
}
</style>