#DC5CAA

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

Shades of Hopbush #DC5CAA

Tints of Hopbush #DC5CAA

Color information

#DC5CAA (or 0xDC5CAA) is unknown color: approx Hopbush. HEX triplet: DC, 5C and AA. RGB value is (220,92,170). Sum of RGB (Red+Green+Blue) = 220+92+170=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5CAA is #23A355. Grayscale: #8A8A8A. Windows color (decimal): -2335574 or 11164892. OLE color: 11164892.

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

Color convert

RGB22092170-
CMYK00.580.230.14
HSL323.44º64.65%61.18%-
HSV(B)323.44º58.18%86.27%-
XYZ40.625.7740.86-
YUV139.16145.41185.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 92 (36.33% from 255) = 19.09%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=45.64%
G=19.09%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209217000.580.230.14323.4464.6561.18
HexDC5CAA03A17E143413d
Octal334134252072271650310175
Binary1101110010111001010101001110101011111101010000111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5CAA; }

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

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

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

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

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

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

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

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