#DC50E4

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

Shades of Free Speech Magenta #DC50E4

Tints of Free Speech Magenta #DC50E4

Color information

#DC50E4 (or 0xDC50E4) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 50 and E4. RGB value is (220,80,228). Sum of RGB (Red+Green+Blue) = 220+80+228=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC50E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50E4 is #23AF1B. Grayscale: #8A8A8A. Windows color (decimal): -2338588 or 14962908. OLE color: 14962908.

HSL color Cylindrical-coordinate representation of color #DC50E4: hue angle of 296.76º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC50E4 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22080228-
CMYK0.040.6500.11
HSL296.76º73.27%60.39%-
HSV(B)296.76º64.91%89.41%-
XYZ46.3926.5576.08-
YUV138.73178.38185.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 80 (31.64% from 255) = 15.15%
BLUE value IS 228 (89.45% from 255) = 43.18%
R=41.67%
G=15.15%
B=43.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal220802280.040.6500.11296.7673.2760.39
HexDC50E44410B129493c
Octal334120344410101345111174
Binary110111001010000111001001001000001010111001010011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC50E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC50E4; }

 p { color: rgb(220,80,228); }

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

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

 a { background-color: rgb(220,80,228); }

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

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

 span { border-color: rgb(220,80,228); }

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