#D55FA9

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

Shades of Hopbush #D55FA9

Tints of Hopbush #D55FA9

Color information

#D55FA9 (or 0xD55FA9) is unknown color: approx Hopbush. HEX triplet: D5, 5F and A9. RGB value is (213,95,169). Sum of RGB (Red+Green+Blue) = 213+95+169=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55FA9 is #2AA056. Grayscale: #8A8A8A. Windows color (decimal): -2793559 or 11100117. OLE color: 11100117.

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

Color convert

RGB21395169-
CMYK00.550.210.16
HSL322.37º58.42%60.39%-
HSV(B)322.37º55.4%83.53%-
XYZ38.6925.240.36-
YUV138.72145.09180.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 95 (37.5% from 255) = 19.92%
BLUE value IS 169 (66.41% from 255) = 35.43%
R=44.65%
G=19.92%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139516900.550.210.16322.3758.4260.39
HexD55FA903715101423a3c
Octal32513725106725205027274
Binary1101010110111111010100101101111010110000101000010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55FA9; }

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

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

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

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

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

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

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

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