#d37096

Color #D37096 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D37096

Tints of Hopbush #D37096

Color information

#D37096 (or 0xD37096) is unknown color: approx Hopbush. HEX triplet: D3, 70 and 96. RGB value is (211,112,150). Sum of RGB (Red+Green+Blue) = 211+112+150=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D37096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37096 is #2C8F69. Grayscale: #919191. Windows color (decimal): -2920298 or 9859283. OLE color: 9859283.

HSL color Cylindrical-coordinate representation of color #D37096: hue angle of 336.97º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D37096 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB211112150-
CMYK00.470.290.17
HSL336.97º52.94%63.33%-
HSV(B)336.97º46.92%82.75%-
XYZ38.1627.6432.18-
YUV145.93130.3174.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 44.61%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=44.61%
G=23.68%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111215000.470.290.17336.9752.9463.33
HexD3709602F1D11151353f
Octal32316022605735215216577
Binary1101001111100001001011001011111110110001101010001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d37096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d37096; }

 p { color: rgb(211,112,150); }

 H1.HeaderClassName
 {
   color: #d37096;
 }
 .AnyTagClassName
 {
   color: #d37096;
 }
</style>
background-color css

<style>
 a { background-color: #d37096; }

 a { background-color: rgb(211,112,150); }

 div.DivClassName
 {
   background-color: #d37096;
 }
 .BgClassName
 {
   background-color: #d37096;
 }
</style>
border-color css

<style>
 span { border-color: #d37096; }

 span { border-color: rgb(211,112,150); }

 td.TdClassName
 {
   border-color: #d37096;
 }
 .TagClassName
 {
   border-color: #d37096;
 }
</style>