Html Css Color HEX #DC4EE6 Free Speech Magenta

📋 copy color: '#DC4EE6'

red 220 ◦ green 78 ◦ blue 230

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

Shades of Free Speech Magenta #DC4EE6

Tints of Free Speech Magenta #DC4EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.56%

R = 41.67%
G = 14.77%
B = 43.56%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC4EE6 (or 0xDC4EE6) is known color: Free Speech Magenta. HEX triplet: DC, 4E and E6. RGB value is (220,78,230). Sum of RGB (Red+Green+Blue) = 220+78+230=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC4EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4EE6 is #23B119. Grayscale: #898989. Windows color (decimal): -2339098 or 15093468. OLE color: 15093468.

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

Color convert

RGB 220 78 230 -
CMYK 0.04 0.66 0 0.10
HSL 296.05º 0.75% 0.6% -
HSV(B) 296.05º 0.66% 0.9% -
XYZ 46.52 26.38 77.5 -
YUV 137.79 180.04 186.64 -
System Red Green Blue C M Y K H S L
Decimal 220 78 230 0.04 0.66 0 0.10 296.05 0.75 0.6
Hex DC 4E E6 4 42 0 A 128 4B 3C
Octal 334 116 346 4 102 0 12 450 113 74
Binary 11011100 1001110 11100110 100 1000010 0 1010 100101000 1001011 111100

Color Harmonies of #DC4EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4EE6

Black with #DC4EE6

Text Example


Text Example

White with #DC4EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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