Shades of Hopbush #D35C97
Tints of Hopbush #D35C97
RGB
CMYK
RGB Variations
Color information
#D35C97 (or 0xD35C97) is known color: Hopbush. HEX triplet: D3, 5C and 97. RGB value is (211,92,151). Sum of RGB (Red+Green+Blue) = 211+92+151=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35C97 is #2CA368. Grayscale: #868686. Windows color (decimal): -2925417 or 9919699. OLE color: 9919699.
HSL color Cylindrical-coordinate representation of color #D35C97: hue angle of 330.25º 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 #D35C97 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 92 | 151 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.17 |
| HSL | 330.25º | 0.57% | 0.59% | - |
| HSV(B) | 330.25º | 0.56% | 0.83% | - |
| XYZ | 36.28 | 23.74 | 31.95 | - |
| YUV | 134.31 | 137.42 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 92 | 151 | 0 | 0.56 | 0.28 | 0.17 | 330.25 | 0.57 | 0.59 |
| Hex | D3 | 5C | 97 | 0 | 38 | 1C | 11 | 14A | 39 | 3B |
| Octal | 323 | 134 | 227 | 0 | 70 | 34 | 21 | 512 | 71 | 73 |
| Binary | 11010011 | 1011100 | 10010111 | 0 | 111000 | 11100 | 10001 | 101001010 | 111001 | 111011 |
Color Harmonies of #D35C97
Complementary color
Monochromatic Colors of #D35C97
Black with #D35C97
Text Example
Text Example
White with #D35C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35C97; }
p { color: rgb(211,92,151); }
H1.HeaderClassName
{
color: #D35C97;
}
.AnyTagClassName
{
color: #D35C97;
}
</style>
background-color css
<style>
a { background-color: #D35C97; }
a { background-color: rgb(211,92,151); }
div.DivClassName
{
background-color: #D35C97;
}
.BgClassName
{
background-color: #D35C97;
}
</style>
border-color css
<style>
span { border-color: #D35C97; }
span { border-color: rgb(211,92,151); }
td.TdClassName
{
border-color: #D35C97;
}
.TagClassName
{
border-color: #D35C97;
}
</style>