#D55AAA

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

Shades of Hopbush #D55AAA

Tints of Hopbush #D55AAA

Color information

#D55AAA (or 0xD55AAA) is unknown color: approx Hopbush. HEX triplet: D5, 5A and AA. RGB value is (213,90,170). Sum of RGB (Red+Green+Blue) = 213+90+170=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55AAA is #2AA555. Grayscale: #878787. Windows color (decimal): -2794838 or 11164373. OLE color: 11164373.

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

Color convert

RGB21390170-
CMYK00.580.200.16
HSL320.98º59.42%59.41%-
HSV(B)320.98º57.75%83.53%-
XYZ38.3524.3640.71-
YUV135.9147.25183-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 90 (35.55% from 255) = 19.03%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=45.03%
G=19.03%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139017000.580.200.16320.9859.4259.41
HexD55AAA03A14101413b3b
Octal32513225207224205017373
Binary1101010110110101010101001110101010010000101000001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55AAA; }

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

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

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

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

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

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

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

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