#DC5DA6

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

Shades of Hopbush #DC5DA6

Tints of Hopbush #DC5DA6

Color information

#DC5DA6 (or 0xDC5DA6) is unknown color: approx Hopbush. HEX triplet: DC, 5D and A6. RGB value is (220,93,166). Sum of RGB (Red+Green+Blue) = 220+93+166=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5DA6 is #23A259. Grayscale: #8B8B8B. Windows color (decimal): -2335322 or 10903004. OLE color: 10903004.

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

Color convert

RGB22093166-
CMYK00.580.250.14
HSL325.51º64.47%61.37%-
HSV(B)325.51º57.73%86.27%-
XYZ40.3125.838.93-
YUV139.29143.08185.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 93 (36.72% from 255) = 19.42%
BLUE value IS 166 (65.23% from 255) = 34.66%
R=45.93%
G=19.42%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209316600.580.250.14325.5164.4761.37
HexDC5DA603A19E146403d
Octal334135246072311650610075
Binary1101110010111011010011001110101100111101010001101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5DA6; }

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

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

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

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

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

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

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

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