#D55E9E

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

Shades of Hopbush #D55E9E

Tints of Hopbush #D55E9E

Color information

#D55E9E (or 0xD55E9E) is unknown color: approx Hopbush. HEX triplet: D5, 5E and 9E. RGB value is (213,94,158). Sum of RGB (Red+Green+Blue) = 213+94+158=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55E9E is #2AA161. Grayscale: #888888. Windows color (decimal): -2793826 or 10378965. OLE color: 10378965.

HSL color Cylindrical-coordinate representation of color #D55E9E: hue angle of 327.73º 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 #D55E9E is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB21394158-
CMYK00.560.260.16
HSL327.73º58.62%60.2%-
HSV(B)327.73º55.87%83.53%-
XYZ37.6124.6235.12-
YUV136.88139.92182.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 94 (37.11% from 255) = 20.22%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=45.81%
G=20.22%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139415800.560.260.16327.7358.6260.2
HexD55E9E0381A101483b3c
Octal32513623607032205107374
Binary1101010110111101001111001110001101010000101001000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55E9E; }

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

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

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

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

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

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

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

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