#DC46ED

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

Shades of Free Speech Magenta #DC46ED

Tints of Free Speech Magenta #DC46ED

Color information

#DC46ED (or 0xDC46ED) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 46 and ED. RGB value is (220,70,237). Sum of RGB (Red+Green+Blue) = 220+70+237=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 70 (27.73% from 255 or 13.28% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC46ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC46ED is #23B912. Grayscale: #858585. Windows color (decimal): -2341139 or 15550172. OLE color: 15550172.

HSL color Cylindrical-coordinate representation of color #DC46ED: hue angle of 293.89º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC46ED is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22070237-
CMYK0.070.7000.07
HSL293.89º82.27%60.2%-
HSV(B)293.89º70.46%92.94%-
XYZ46.9925.7182.61-
YUV133.89186.2189.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 70 (27.73% from 255) = 13.28%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=41.75%
G=13.28%
B=44.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220702370.070.7000.07293.8982.2760.2
HexDC46ED74607126523c
Octal33410635571060744612274
Binary11011100100011011101101111100011001111001001101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC46ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC46ED; }

 p { color: rgb(220,70,237); }

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

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

 a { background-color: rgb(220,70,237); }

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

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

 span { border-color: rgb(220,70,237); }

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