#D55E90

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

Shades of Hopbush #D55E90

Tints of Hopbush #D55E90

Color information

#D55E90 (or 0xD55E90) is unknown color: approx Hopbush. HEX triplet: D5, 5E and 90. RGB value is (213,94,144). Sum of RGB (Red+Green+Blue) = 213+94+144=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55E90 is #2AA16F. Grayscale: #878787. Windows color (decimal): -2793840 or 9461461. OLE color: 9461461.

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

Color convert

RGB21394144-
CMYK00.560.320.16
HSL334.79º58.62%60.2%-
HSV(B)334.79º55.87%83.53%-
XYZ36.4824.1729.13-
YUV135.28132.92183.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 94 (37.11% from 255) = 20.84%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=47.23%
G=20.84%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139414400.560.320.16334.7958.6260.2
HexD55E90038201014f3b3c
Octal32513622007040205177374
Binary11010101101111010010000011100010000010000101001111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55E90; }

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

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

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

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

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

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

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

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