#D55A9E

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

Shades of Hopbush #D55A9E

Tints of Hopbush #D55A9E

Color information

#D55A9E (or 0xD55A9E) is unknown color: approx Hopbush. HEX triplet: D5, 5A and 9E. RGB value is (213,90,158). Sum of RGB (Red+Green+Blue) = 213+90+158=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55A9E is #2AA561. Grayscale: #868686. Windows color (decimal): -2794850 or 10377941. OLE color: 10377941.

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

Color convert

RGB21390158-
CMYK00.580.260.16
HSL326.83º59.42%59.41%-
HSV(B)326.83º57.75%83.53%-
XYZ37.2723.9335-
YUV134.53141.25183.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 90 (35.55% from 255) = 19.52%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=46.20%
G=19.52%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139015800.580.260.16326.8359.4259.41
HexD55A9E03A1A101473b3b
Octal32513223607232205077373
Binary1101010110110101001111001110101101010000101000111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55A9E; }

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

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

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

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

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

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

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

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