#DC5DA0

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

Shades of Hopbush #DC5DA0

Tints of Hopbush #DC5DA0

Color information

#DC5DA0 (or 0xDC5DA0) is unknown color: approx Hopbush. HEX triplet: DC, 5D and A0. RGB value is (220,93,160). Sum of RGB (Red+Green+Blue) = 220+93+160=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5DA0 is #23A25F. Grayscale: #8A8A8A. Windows color (decimal): -2335328 or 10509788. OLE color: 10509788.

HSL color Cylindrical-coordinate representation of color #DC5DA0: hue angle of 328.35º degrees, saturation: 0.64, 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 #DC5DA0 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB22093160-
CMYK00.580.270.14
HSL328.35º64.47%61.37%-
HSV(B)328.35º57.73%86.27%-
XYZ39.7725.5836.1-
YUV138.61140.08186.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.51%
GREEN value IS 93 (36.72% from 255) = 19.66%
BLUE value IS 160 (62.89% from 255) = 33.83%
R=46.51%
G=19.66%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209316000.580.270.14328.3564.4761.37
HexDC5DA003A1BE148403d
Octal334135240072331651010075
Binary1101110010111011010000001110101101111101010010001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5DA0; }

 p { color: rgb(220,93,160); }

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

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

 a { background-color: rgb(220,93,160); }

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

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

 span { border-color: rgb(220,93,160); }

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