Html Css Color HEX #DC40E6 Free Speech Magenta

📋 copy color: '#DC40E6'

red 220 ◦ green 64 ◦ blue 230

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

Shades of Free Speech Magenta #DC40E6

Tints of Free Speech Magenta #DC40E6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.45%

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

R = 42.8%
G = 12.45%
B = 44.75%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC40E6 (or 0xDC40E6) is known color: Free Speech Magenta. HEX triplet: DC, 40 and E6. RGB value is (220,64,230). Sum of RGB (Red+Green+Blue) = 220+64+230=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC40E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC40E6 is #23BF19. Grayscale: #818181. Windows color (decimal): -2342682 or 15089884. OLE color: 15089884.

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

Color convert

RGB 220 64 230 -
CMYK 0.04 0.72 0 0.10
HSL 296.39º 0.77% 0.58% -
HSV(B) 296.39º 0.72% 0.9% -
XYZ 45.63 24.6 77.21 -
YUV 129.57 184.68 192.5 -
System Red Green Blue C M Y K H S L
Decimal 220 64 230 0.04 0.72 0 0.10 296.39 0.77 0.58
Hex DC 40 E6 4 48 0 A 128 4D 3A
Octal 334 100 346 4 110 0 12 450 115 72
Binary 11011100 1000000 11100110 100 1001000 0 1010 100101000 1001101 111010

Color Harmonies of #DC40E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC40E6

Black with #DC40E6

Text Example


Text Example

White with #DC40E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC40E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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