#DC40D8

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

Shades of Free Speech Magenta #DC40D8

Tints of Free Speech Magenta #DC40D8

Color information

#DC40D8 (or 0xDC40D8) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 40 and D8. RGB value is (220,64,216). Sum of RGB (Red+Green+Blue) = 220+64+216=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC40D8 is #23BF27. Grayscale: #7F7F7F. Windows color (decimal): -2342696 or 14172380. OLE color: 14172380.

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

Color convert

RGB22064216-
CMYK00.710.020.14
HSL301.54º69.03%55.69%-
HSV(B)301.54º70.91%86.27%-
XYZ43.7423.8467.26-
YUV127.97177.68193.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44%
GREEN value IS 64 (25.39% from 255) = 12.8%
BLUE value IS 216 (84.77% from 255) = 43.2%
R=44%
G=12.8%
B=43.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206421600.710.020.14301.5469.0355.69
HexDC40D80472E12e4538
Octal334100330010721645610570
Binary11011100100000011011000010001111011101001011101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC40D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC40D8; }

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

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

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

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

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

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

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

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