Shades of Hopbush #D35F99
Tints of Hopbush #D35F99
RGB
CMYK
RGB Variations
Color information
#D35F99 (or 0xD35F99) is known color: Hopbush. HEX triplet: D3, 5F and 99. RGB value is (211,95,153). Sum of RGB (Red+Green+Blue) = 211+95+153=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35F99 is #2CA066. Grayscale: #888888. Windows color (decimal): -2924647 or 10051539. OLE color: 10051539.
HSL color Cylindrical-coordinate representation of color #D35F99: hue angle of 330º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35F99 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 95 | 153 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.17 |
| HSL | 330º | 0.57% | 0.6% | - |
| HSV(B) | 330º | 0.55% | 0.83% | - |
| XYZ | 36.71 | 24.33 | 32.9 | - |
| YUV | 136.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 95 | 153 | 0 | 0.55 | 0.27 | 0.17 | 330 | 0.57 | 0.6 |
| Hex | D3 | 5F | 99 | 0 | 37 | 1B | 11 | 14A | 39 | 3C |
| Octal | 323 | 137 | 231 | 0 | 67 | 33 | 21 | 512 | 71 | 74 |
| Binary | 11010011 | 1011111 | 10011001 | 0 | 110111 | 11011 | 10001 | 101001010 | 111001 | 111100 |
Color Harmonies of #D35F99
Complementary color
Monochromatic Colors of #D35F99
Black with #D35F99
Text Example
Text Example
White with #D35F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35F99; }
p { color: rgb(211,95,153); }
H1.HeaderClassName
{
color: #D35F99;
}
.AnyTagClassName
{
color: #D35F99;
}
</style>
background-color css
<style>
a { background-color: #D35F99; }
a { background-color: rgb(211,95,153); }
div.DivClassName
{
background-color: #D35F99;
}
.BgClassName
{
background-color: #D35F99;
}
</style>
border-color css
<style>
span { border-color: #D35F99; }
span { border-color: rgb(211,95,153); }
td.TdClassName
{
border-color: #D35F99;
}
.TagClassName
{
border-color: #D35F99;
}
</style>