Shades of Hopbush #D35C99
Tints of Hopbush #D35C99
RGB
CMYK
RGB Variations
Color information
#D35C99 (or 0xD35C99) is known color: Hopbush. HEX triplet: D3, 5C and 99. RGB value is (211,92,153). Sum of RGB (Red+Green+Blue) = 211+92+153=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35C99 is #2CA366. Grayscale: #868686. Windows color (decimal): -2925415 or 10050771. OLE color: 10050771.
HSL color Cylindrical-coordinate representation of color #D35C99: hue angle of 329.24º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35C99 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 92 | 153 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.17 |
| HSL | 329.24º | 0.57% | 0.59% | - |
| HSV(B) | 329.24º | 0.56% | 0.83% | - |
| XYZ | 36.44 | 23.8 | 32.81 | - |
| YUV | 134.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 92 | 153 | 0 | 0.56 | 0.27 | 0.17 | 329.24 | 0.57 | 0.59 |
| Hex | D3 | 5C | 99 | 0 | 38 | 1B | 11 | 149 | 39 | 3B |
| Octal | 323 | 134 | 231 | 0 | 70 | 33 | 21 | 511 | 71 | 73 |
| Binary | 11010011 | 1011100 | 10011001 | 0 | 111000 | 11011 | 10001 | 101001001 | 111001 | 111011 |
Color Harmonies of #D35C99
Complementary color
Monochromatic Colors of #D35C99
Black with #D35C99
Text Example
Text Example
White with #D35C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35C99; }
p { color: rgb(211,92,153); }
H1.HeaderClassName
{
color: #D35C99;
}
.AnyTagClassName
{
color: #D35C99;
}
</style>
background-color css
<style>
a { background-color: #D35C99; }
a { background-color: rgb(211,92,153); }
div.DivClassName
{
background-color: #D35C99;
}
.BgClassName
{
background-color: #D35C99;
}
</style>
border-color css
<style>
span { border-color: #D35C99; }
span { border-color: rgb(211,92,153); }
td.TdClassName
{
border-color: #D35C99;
}
.TagClassName
{
border-color: #D35C99;
}
</style>