#DC5DE6

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

Shades of Free Speech Magenta #DC5DE6

Tints of Free Speech Magenta #DC5DE6

Color information

#DC5DE6 (or 0xDC5DE6) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 5D and E6. RGB value is (220,93,230). Sum of RGB (Red+Green+Blue) = 220+93+230=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC5DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5DE6 is #23A219. Grayscale: #929292. Windows color (decimal): -2335258 or 15097308. OLE color: 15097308.

HSL color Cylindrical-coordinate representation of color #DC5DE6: hue angle of 295.62º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5DE6 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22093230-
CMYK0.040.6000.10
HSL295.62º73.26%63.33%-
HSV(B)295.62º59.57%90.2%-
XYZ47.7128.7677.9-
YUV146.59175.08180.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 93 (36.72% from 255) = 17.13%
BLUE value IS 230 (90.23% from 255) = 42.36%
R=40.52%
G=17.13%
B=42.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal220932300.040.6000.10295.6273.2663.33
HexDC5DE643C0A128493f
Octal33413534647401245011177
Binary11011100101110111100110100111100010101001010001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5DE6; }

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

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

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

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

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

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

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

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