#DC5DD8

Color #DC5DD8 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DC5DD8

Tints of Free Speech Magenta #DC5DD8

Color information

#DC5DD8 (or 0xDC5DD8) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 5D and D8. RGB value is (220,93,216). Sum of RGB (Red+Green+Blue) = 220+93+216=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DD8 is #23A227. Grayscale: #909090. Windows color (decimal): -2335272 or 14179804. OLE color: 14179804.

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

Color convert

RGB22093216-
CMYK00.580.020.14
HSL301.89º64.47%61.37%-
HSV(B)301.89º57.73%86.27%-
XYZ45.822867.96-
YUV145168.08181.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 93 (36.72% from 255) = 17.58%
BLUE value IS 216 (84.77% from 255) = 40.83%
R=41.59%
G=17.58%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209321600.580.020.14301.8964.4761.37
HexDC5DD803A2E12e403d
Octal33413533007221645610075
Binary1101110010111011101100001110101011101001011101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5DD8; }

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

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

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

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

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

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

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

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