Html Css Color HEX #DC4EC4 Free Speech Magenta

📋 copy color: '#DC4EC4'

red 220 ◦ green 78 ◦ blue 196

#DC4EC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DC4EC4

Tints of Free Speech Magenta #DC4EC4

RGB

 RED value IS 220 (86.33% from 255) = 44.53%

 GREEN value IS 78 (30.86% from 255) = 15.79%

 BLUE value IS 196 (76.95% from 255) = 39.68%

R = 44.53%
G = 15.79%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC4EC4 (or 0xDC4EC4) is known color: Free Speech Magenta. HEX triplet: DC, 4E and C4. RGB value is (220,78,196). Sum of RGB (Red+Green+Blue) = 220+78+196=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4EC4 is #23B13B. Grayscale: #858585. Windows color (decimal): -2339132 or 12865244. OLE color: 12865244.

HSL color Cylindrical-coordinate representation of color #DC4EC4: hue angle of 310.14º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4EC4 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 78 196 -
CMYK 0 0.65 0.11 0.14
HSL 310.14º 0.67% 0.58% -
HSV(B) 310.14º 0.65% 0.86% -
XYZ 42.2 24.65 54.76 -
YUV 133.91 163.04 189.41 -
System Red Green Blue C M Y K H S L
Decimal 220 78 196 0 0.65 0.11 0.14 310.14 0.67 0.58
Hex DC 4E C4 0 41 B E 136 43 3A
Octal 334 116 304 0 101 13 16 466 103 72
Binary 11011100 1001110 11000100 0 1000001 1011 1110 100110110 1000011 111010

Color Harmonies of #DC4EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4EC4

Black with #DC4EC4

Text Example


Text Example

White with #DC4EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4EC4; }

 p { color: rgb(220,78,196); }

 H1.HeaderClassName
 {
   color: #DC4EC4;
 }
 .AnyTagClassName
 {
   color: #DC4EC4;
 }
</style>

background-color css

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

 a { background-color: rgb(220,78,196); }

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

border-color css

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

 span { border-color: rgb(220,78,196); }

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