Shades of Hopbush #D37CA4
Tints of Hopbush #D37CA4
RGB
CMYK
RGB Variations
Color information
#D37CA4 (or 0xD37CA4) is known color: Hopbush. HEX triplet: D3, 7C and A4. RGB value is (211,124,164). Sum of RGB (Red+Green+Blue) = 211+124+164=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D37CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37CA4 is #2C835B. Grayscale: #9A9A9A. Windows color (decimal): -2917212 or 10779859. OLE color: 10779859.
HSL color Cylindrical-coordinate representation of color #D37CA4: hue angle of 332.41º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37CA4 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 164 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.17 |
| HSL | 332.41º | 0.5% | 0.66% | - |
| HSV(B) | 332.41º | 0.41% | 0.83% | - |
| XYZ | 40.77 | 30.94 | 38.95 | - |
| YUV | 154.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 164 | 0 | 0.41 | 0.22 | 0.17 | 332.41 | 0.5 | 0.66 |
| Hex | D3 | 7C | A4 | 0 | 29 | 16 | 11 | 14C | 32 | 42 |
| Octal | 323 | 174 | 244 | 0 | 51 | 26 | 21 | 514 | 62 | 102 |
| Binary | 11010011 | 1111100 | 10100100 | 0 | 101001 | 10110 | 10001 | 101001100 | 110010 | 1000010 |
Color Harmonies of #D37CA4
Complementary color
Monochromatic Colors of #D37CA4
Black with #D37CA4
Text Example
Text Example
White with #D37CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CA4; }
p { color: rgb(211,124,164); }
H1.HeaderClassName
{
color: #D37CA4;
}
.AnyTagClassName
{
color: #D37CA4;
}
</style>
background-color css
<style>
a { background-color: #D37CA4; }
a { background-color: rgb(211,124,164); }
div.DivClassName
{
background-color: #D37CA4;
}
.BgClassName
{
background-color: #D37CA4;
}
</style>
border-color css
<style>
span { border-color: #D37CA4; }
span { border-color: rgb(211,124,164); }
td.TdClassName
{
border-color: #D37CA4;
}
.TagClassName
{
border-color: #D37CA4;
}
</style>