#D55AA9

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

Shades of Hopbush #D55AA9

Tints of Hopbush #D55AA9

Color information

#D55AA9 (or 0xD55AA9) is unknown color: approx Hopbush. HEX triplet: D5, 5A and A9. RGB value is (213,90,169). Sum of RGB (Red+Green+Blue) = 213+90+169=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55AA9 is #2AA556. Grayscale: #878787. Windows color (decimal): -2794839 or 11098837. OLE color: 11098837.

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

Color convert

RGB21390169-
CMYK00.580.210.16
HSL321.46º59.42%59.41%-
HSV(B)321.46º57.75%83.53%-
XYZ38.2624.3240.21-
YUV135.78146.75183.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 90 (35.55% from 255) = 19.07%
BLUE value IS 169 (66.41% from 255) = 35.81%
R=45.13%
G=19.07%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139016900.580.210.16321.4659.4259.41
HexD55AA903A15101413b3b
Octal32513225107225205017373
Binary1101010110110101010100101110101010110000101000001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55AA9; }

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

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

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

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

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

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

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

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