#D16096

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

Shades of Hopbush #D16096

Tints of Hopbush #D16096

Color information

#D16096 (or 0xD16096) is unknown color: approx Hopbush. HEX triplet: D1, 60 and 96. RGB value is (209,96,150). Sum of RGB (Red+Green+Blue) = 209+96+150=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D16096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16096 is #2E9F69. Grayscale: #878787. Windows color (decimal): -3055466 or 9855185. OLE color: 9855185.

HSL color Cylindrical-coordinate representation of color #D16096: hue angle of 331.33º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16096 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB20996150-
CMYK00.540.280.18
HSL331.33º55.12%59.8%-
HSV(B)331.33º54.07%81.96%-
XYZ35.9824.1231.61-
YUV135.94135.94180.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.93%
GREEN value IS 96 (37.89% from 255) = 21.10%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=45.93%
G=21.10%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099615000.540.280.18331.3355.1259.8
HexD160960361C1214b373c
Octal32114022606634225136774
Binary1101000111000001001011001101101110010010101001011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16096; }

 p { color: rgb(209,96,150); }

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

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

 a { background-color: rgb(209,96,150); }

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

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

 span { border-color: rgb(209,96,150); }

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