#D1609E

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

Shades of Hopbush #D1609E

Tints of Hopbush #D1609E

Color information

#D1609E (or 0xD1609E) is unknown color: approx Hopbush. HEX triplet: D1, 60 and 9E. RGB value is (209,96,158). Sum of RGB (Red+Green+Blue) = 209+96+158=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1609E is #2E9F61. Grayscale: #888888. Windows color (decimal): -3055458 or 10379473. OLE color: 10379473.

HSL color Cylindrical-coordinate representation of color #D1609E: hue angle of 327.08º 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 #D1609E is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB20996158-
CMYK00.540.240.18
HSL327.08º55.12%59.8%-
HSV(B)327.08º54.07%81.96%-
XYZ36.6524.3935.12-
YUV136.85139.94179.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.14%
GREEN value IS 96 (37.89% from 255) = 20.73%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=45.14%
G=20.73%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099615800.540.240.18327.0855.1259.8
HexD1609E0361812147373c
Octal32114023606630225076774
Binary1101000111000001001111001101101100010010101000111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1609E; }

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

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

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

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

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

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

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

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