Html Css Color HEX #DC4EDB Free Speech Magenta

📋 copy color: '#DC4EDB'

red 220 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Magenta #DC4EDB

Tints of Free Speech Magenta #DC4EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 42.55%
G = 15.09%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC4EDB (or 0xDC4EDB) is known color: Free Speech Magenta. HEX triplet: DC, 4E and DB. RGB value is (220,78,219). Sum of RGB (Red+Green+Blue) = 220+78+219=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4EDB is #23B124. Grayscale: #888888. Windows color (decimal): -2339109 or 14372572. OLE color: 14372572.

HSL color Cylindrical-coordinate representation of color #DC4EDB: hue angle of 300.42º 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 #DC4EDB is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 78 219 -
CMYK 0 0.65 0.00 0.14
HSL 300.42º 0.67% 0.58% -
HSV(B) 300.42º 0.65% 0.86% -
XYZ 45.03 25.78 69.62 -
YUV 136.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 220 78 219 0 0.65 0.00 0.14 300.42 0.67 0.58
Hex DC 4E DB 0 41 0 E 12C 43 3A
Octal 334 116 333 0 101 0 16 454 103 72
Binary 11011100 1001110 11011011 0 1000001 0 1110 100101100 1000011 111010

Color Harmonies of #DC4EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4EDB

Black with #DC4EDB

Text Example


Text Example

White with #DC4EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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