#DC5DA1

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

Shades of Hopbush #DC5DA1

Tints of Hopbush #DC5DA1

Color information

#DC5DA1 (or 0xDC5DA1) is unknown color: approx Hopbush. HEX triplet: DC, 5D and A1. RGB value is (220,93,161). Sum of RGB (Red+Green+Blue) = 220+93+161=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5DA1 is #23A25E. Grayscale: #8A8A8A. Windows color (decimal): -2335327 or 10575324. OLE color: 10575324.

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

Color convert

RGB22093161-
CMYK00.580.270.14
HSL327.87º64.47%61.37%-
HSV(B)327.87º57.73%86.27%-
XYZ39.8625.6236.56-
YUV138.72140.58185.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.41%
GREEN value IS 93 (36.72% from 255) = 19.62%
BLUE value IS 161 (63.28% from 255) = 33.97%
R=46.41%
G=19.62%
B=33.97%

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
Decimal2209316100.580.270.14327.8764.4761.37
HexDC5DA103A1BE148403d
Octal334135241072331651010075
Binary1101110010111011010000101110101101111101010010001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5DA1; }

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

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

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

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

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

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

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

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