#DC5AAA

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

Shades of Hopbush #DC5AAA

Tints of Hopbush #DC5AAA

Color information

#DC5AAA (or 0xDC5AAA) is unknown color: approx Hopbush. HEX triplet: DC, 5A and AA. RGB value is (220,90,170). Sum of RGB (Red+Green+Blue) = 220+90+170=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5AAA is #23A555. Grayscale: #898989. Windows color (decimal): -2336086 or 11164380. OLE color: 11164380.

HSL color Cylindrical-coordinate representation of color #DC5AAA: hue angle of 323.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5AAA is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB22090170-
CMYK00.590.230.14
HSL323.08º65%60.78%-
HSV(B)323.08º59.09%86.27%-
XYZ40.4325.4340.81-
YUV137.99146.07186.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.83%
GREEN value IS 90 (35.55% from 255) = 18.75%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=45.83%
G=18.75%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209017000.590.230.14323.086560.78
HexDC5AAA03B17E143413d
Octal334132252073271650310175
Binary1101110010110101010101001110111011111101010000111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5AAA; }

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

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

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

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

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

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

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

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