#D55AA8

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

Shades of Hopbush #D55AA8

Tints of Hopbush #D55AA8

Color information

#D55AA8 (or 0xD55AA8) is unknown color: approx Hopbush. HEX triplet: D5, 5A and A8. RGB value is (213,90,168). Sum of RGB (Red+Green+Blue) = 213+90+168=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55AA8 is #2AA557. Grayscale: #878787. Windows color (decimal): -2794840 or 11033301. OLE color: 11033301.

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

Color convert

RGB21390168-
CMYK00.580.210.16
HSL321.95º59.42%59.41%-
HSV(B)321.95º57.75%83.53%-
XYZ38.1624.2939.72-
YUV135.67146.25183.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 90 (35.55% from 255) = 19.11%
BLUE value IS 168 (66.02% from 255) = 35.67%
R=45.22%
G=19.11%
B=35.67%

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
Decimal2139016800.580.210.16321.9559.4259.41
HexD55AA803A15101423b3b
Octal32513225007225205027373
Binary1101010110110101010100001110101010110000101000010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55AA8; }

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

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

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

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

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

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

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

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