#D55B90

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

Shades of Hopbush #D55B90

Tints of Hopbush #D55B90

Color information

#D55B90 (or 0xD55B90) is unknown color: approx Hopbush. HEX triplet: D5, 5B and 90. RGB value is (213,91,144). Sum of RGB (Red+Green+Blue) = 213+91+144=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55B90 is #2AA46F. Grayscale: #858585. Windows color (decimal): -2794608 or 9460693. OLE color: 9460693.

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

Color convert

RGB21391144-
CMYK00.570.320.16
HSL333.93º59.22%59.61%-
HSV(B)333.93º57.28%83.53%-
XYZ36.2223.6429.04-
YUV133.52133.92184.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 91 (35.94% from 255) = 20.31%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=47.54%
G=20.31%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139114400.570.320.16333.9359.2259.61
HexD55B90039201014e3b3c
Octal32513322007140205167374
Binary11010101101101110010000011100110000010000101001110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55B90; }

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

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

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

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

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

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

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

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