Html Css Color HEX #DC50E6 Free Speech Magenta

📋 copy color: '#DC50E6'

red 220 ◦ green 80 ◦ blue 230

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

Shades of Free Speech Magenta #DC50E6

Tints of Free Speech Magenta #DC50E6

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.09%

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

R = 41.51%
G = 15.09%
B = 43.4%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC50E6 (or 0xDC50E6) is known color: Free Speech Magenta. HEX triplet: DC, 50 and E6. RGB value is (220,80,230). Sum of RGB (Red+Green+Blue) = 220+80+230=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC50E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC50E6 is #23AF19. Grayscale: #8A8A8A. Windows color (decimal): -2338586 or 15093980. OLE color: 15093980.

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

Color convert

RGB 220 80 230 -
CMYK 0.04 0.65 0 0.10
HSL 296º 0.75% 0.61% -
HSV(B) 296º 0.65% 0.9% -
XYZ 46.67 26.67 77.55 -
YUV 138.96 179.38 185.8 -
System Red Green Blue C M Y K H S L
Decimal 220 80 230 0.04 0.65 0 0.10 296 0.75 0.61
Hex DC 50 E6 4 41 0 A 128 4B 3D
Octal 334 120 346 4 101 0 12 450 113 75
Binary 11011100 1010000 11100110 100 1000001 0 1010 100101000 1001011 111101

Color Harmonies of #DC50E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC50E6

Black with #DC50E6

Text Example


Text Example

White with #DC50E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC50E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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