#DC53D8

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

Shades of Free Speech Magenta #DC53D8

Tints of Free Speech Magenta #DC53D8

Color information

#DC53D8 (or 0xDC53D8) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 53 and D8. RGB value is (220,83,216). Sum of RGB (Red+Green+Blue) = 220+83+216=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53D8 is #23AC27. Grayscale: #8A8A8A. Windows color (decimal): -2337832 or 14177244. OLE color: 14177244.

HSL color Cylindrical-coordinate representation of color #DC53D8: hue angle of 301.75º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC53D8 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB22083216-
CMYK00.620.020.14
HSL301.75º66.18%59.41%-
HSV(B)301.75º62.27%86.27%-
XYZ4526.3667.68-
YUV139.12171.39185.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 83 (32.81% from 255) = 15.99%
BLUE value IS 216 (84.77% from 255) = 41.62%
R=42.39%
G=15.99%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208321600.620.020.14301.7566.1859.41
HexDC53D803E2E12e423b
Octal33412333007621645610273
Binary1101110010100111101100001111101011101001011101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC53D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC53D8; }

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

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

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

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

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

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

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

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