#D45E90

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

Shades of Hopbush #D45E90

Tints of Hopbush #D45E90

Color information

#D45E90 (or 0xD45E90) is unknown color: approx Hopbush. HEX triplet: D4, 5E and 90. RGB value is (212,94,144). Sum of RGB (Red+Green+Blue) = 212+94+144=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45E90 is #2BA16F. Grayscale: #868686. Windows color (decimal): -2859376 or 9461460. OLE color: 9461460.

HSL color Cylindrical-coordinate representation of color #D45E90: hue angle of 334.58º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45E90 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB21294144-
CMYK00.560.320.17
HSL334.58º57.84%60%-
HSV(B)334.58º55.66%83.14%-
XYZ36.1924.0229.11-
YUV134.98133.09182.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.11%
GREEN value IS 94 (37.11% from 255) = 20.89%
BLUE value IS 144 (56.64% from 255) = 32%
R=47.11%
G=20.89%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129414400.560.320.17334.5857.8460
HexD45E90038201114f3a3c
Octal32413622007040215177274
Binary11010100101111010010000011100010000010001101001111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45E90; }

 p { color: rgb(212,94,144); }

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

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

 a { background-color: rgb(212,94,144); }

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

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

 span { border-color: rgb(212,94,144); }

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