#DC5DEE

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

Shades of Free Speech Magenta #DC5DEE

Tints of Free Speech Magenta #DC5DEE

Color information

#DC5DEE (or 0xDC5DEE) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 5D and EE. RGB value is (220,93,238). Sum of RGB (Red+Green+Blue) = 220+93+238=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 93 (36.72% from 255 or 16.88% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC5DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5DEE is #23A211. Grayscale: #939393. Windows color (decimal): -2335250 or 15621596. OLE color: 15621596.

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

Color convert

RGB22093238-
CMYK0.080.6100.07
HSL292.55º81.01%64.9%-
HSV(B)292.55º60.92%93.33%-
XYZ48.8629.2283.95-
YUV147.5179.08179.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 93 (36.72% from 255) = 16.88%
BLUE value IS 238 (93.36% from 255) = 43.19%
R=39.93%
G=16.88%
B=43.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220932380.080.6100.07292.5581.0164.9
HexDC5DEE83D071255141
Octal334135356107507445121101
Binary110111001011101111011101000111101011110010010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5DEE; }

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

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

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

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

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

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

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

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