#D15A90

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

Shades of Hopbush #D15A90

Tints of Hopbush #D15A90

Color information

#D15A90 (or 0xD15A90) is unknown color: approx Hopbush. HEX triplet: D1, 5A and 90. RGB value is (209,90,144). Sum of RGB (Red+Green+Blue) = 209+90+144=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15A90 is #2EA56F. Grayscale: #838383. Windows color (decimal): -3057008 or 9460433. OLE color: 9460433.

HSL color Cylindrical-coordinate representation of color #D15A90: hue angle of 332.77º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15A90 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB20990144-
CMYK00.570.310.18
HSL332.77º56.4%58.63%-
HSV(B)332.77º56.94%81.96%-
XYZ34.9822.8828.96-
YUV131.74134.92183.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.18%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=47.18%
G=20.32%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099014400.570.310.18332.7756.458.63
HexD15A900391F1214d383b
Octal32113222007137225157073
Binary1101000110110101001000001110011111110010101001101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15A90; }

 p { color: rgb(209,90,144); }

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

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

 a { background-color: rgb(209,90,144); }

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

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

 span { border-color: rgb(209,90,144); }

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