#DC49EB

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

Shades of Free Speech Magenta #DC49EB

Tints of Free Speech Magenta #DC49EB

Color information

#DC49EB (or 0xDC49EB) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 49 and EB. RGB value is (220,73,235). Sum of RGB (Red+Green+Blue) = 220+73+235=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC49EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC49EB is #23B614. Grayscale: #868686. Windows color (decimal): -2340373 or 15419868. OLE color: 15419868.

HSL color Cylindrical-coordinate representation of color #DC49EB: hue angle of 294.44º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC49EB is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22073235-
CMYK0.060.6900.08
HSL294.44º80.2%60.39%-
HSV(B)294.44º68.94%92.16%-
XYZ46.8925.9881.14-
YUV135.42184.2188.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 73 (28.91% from 255) = 13.83%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=41.67%
G=13.83%
B=44.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal220732350.060.6900.08294.4480.260.39
HexDC49EB64508126503c
Octal334111353610501044612074
Binary110111001001001111010111101000101010001001001101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC49EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC49EB; }

 p { color: rgb(220,73,235); }

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

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

 a { background-color: rgb(220,73,235); }

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

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

 span { border-color: rgb(220,73,235); }

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