#DC5EC0

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

Shades of Free Speech Magenta #DC5EC0

Tints of Free Speech Magenta #DC5EC0

Color information

#DC5EC0 (or 0xDC5EC0) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 5E and C0. RGB value is (220,94,192). Sum of RGB (Red+Green+Blue) = 220+94+192=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5EC0 is #23A13F. Grayscale: #8E8E8E. Windows color (decimal): -2335040 or 12607196. OLE color: 12607196.

HSL color Cylindrical-coordinate representation of color #DC5EC0: hue angle of 313.33º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5EC0 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB22094192-
CMYK00.570.130.14
HSL313.33º64.29%61.57%-
HSV(B)313.33º57.27%86.27%-
XYZ43.0327.0352.82-
YUV142.85155.74183.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 94 (37.11% from 255) = 18.58%
BLUE value IS 192 (75.39% from 255) = 37.94%
R=43.48%
G=18.58%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209419200.570.130.14313.3364.2961.57
HexDC5EC0039DE139403e
Octal334136300071151647110076
Binary110111001011110110000000111001110111101001110011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5EC0; }

 p { color: rgb(220,94,192); }

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

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

 a { background-color: rgb(220,94,192); }

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

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

 span { border-color: rgb(220,94,192); }

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