#DC4DE0

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

Shades of Free Speech Magenta #DC4DE0

Tints of Free Speech Magenta #DC4DE0

Color information

#DC4DE0 (or 0xDC4DE0) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 4D and E0. RGB value is (220,77,224). Sum of RGB (Red+Green+Blue) = 220+77+224=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC4DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DE0 is #23B21F. Grayscale: #888888. Windows color (decimal): -2339360 or 14699996. OLE color: 14699996.

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

Color convert

RGB22077224-
CMYK0.020.6600.12
HSL298.37º70.33%59.02%-
HSV(B)298.37º65.62%87.84%-
XYZ45.6225.9173.12-
YUV136.51177.38187.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 77 (30.47% from 255) = 14.78%
BLUE value IS 224 (87.89% from 255) = 42.99%
R=42.23%
G=14.78%
B=42.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal220772240.020.6600.12298.3770.3359.02
HexDC4DE02420C12a463b
Octal334115340210201445210673
Binary11011100100110111100000101000010011001001010101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4DE0; }

 p { color: rgb(220,77,224); }

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

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

 a { background-color: rgb(220,77,224); }

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

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

 span { border-color: rgb(220,77,224); }

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