#DC4ED8

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

Shades of Free Speech Magenta #DC4ED8

Tints of Free Speech Magenta #DC4ED8

Color information

#DC4ED8 (or 0xDC4ED8) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 4E and D8. RGB value is (220,78,216). Sum of RGB (Red+Green+Blue) = 220+78+216=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4ED8 is #23B127. Grayscale: #878787. Windows color (decimal): -2339112 or 14175964. OLE color: 14175964.

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

Color convert

RGB22078216-
CMYK00.650.020.14
HSL301.69º66.98%58.43%-
HSV(B)301.69º64.55%86.27%-
XYZ44.6325.6267.56-
YUV136.19173.04187.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 78 (30.86% from 255) = 15.18%
BLUE value IS 216 (84.77% from 255) = 42.02%
R=42.80%
G=15.18%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207821600.650.020.14301.6966.9858.43
HexDC4ED80412E12e433a
Octal334116330010121645610372
Binary11011100100111011011000010000011011101001011101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4ED8; }

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

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

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

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

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

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

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

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