#DC47EE

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

Shades of Free Speech Magenta #DC47EE

Tints of Free Speech Magenta #DC47EE

Color information

#DC47EE (or 0xDC47EE) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 47 and EE. RGB value is (220,71,238). Sum of RGB (Red+Green+Blue) = 220+71+238=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 71 (28.12% from 255 or 13.42% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC47EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC47EE is #23B811. Grayscale: #868686. Windows color (decimal): -2340882 or 15615964. OLE color: 15615964.

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

Color convert

RGB22071238-
CMYK0.080.7000.07
HSL293.53º83.08%60.59%-
HSV(B)293.53º70.17%93.33%-
XYZ47.225.983.4-
YUV134.59186.36188.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 71 (28.12% from 255) = 13.42%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=41.59%
G=13.42%
B=44.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220712380.080.7000.07293.5383.0860.59
HexDC47EE84607126533d
Octal334107356101060744612375
Binary110111001000111111011101000100011001111001001101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC47EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC47EE; }

 p { color: rgb(220,71,238); }

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

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

 a { background-color: rgb(220,71,238); }

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

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

 span { border-color: rgb(220,71,238); }

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