Html Css Color HEX #DC38EF Free Speech Magenta

📋 copy color: '#DC38EF'

red 220 ◦ green 56 ◦ blue 239

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

Shades of Free Speech Magenta #DC38EF

Tints of Free Speech Magenta #DC38EF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.87%

 BLUE value IS 239 (93.75% from 255) = 46.41%

R = 42.72%
G = 10.87%
B = 46.41%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC38EF (or 0xDC38EF) is known color: Free Speech Magenta. HEX triplet: DC, 38 and EF. RGB value is (220,56,239). Sum of RGB (Red+Green+Blue) = 220+56+239=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 56 (22.27% from 255 or 10.87% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC38EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC38EF is #23C710. Grayscale: #7D7D7D. Windows color (decimal): -2344721 or 15677660. OLE color: 15677660.

HSL color Cylindrical-coordinate representation of color #DC38EF: hue angle of 293.77º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC38EF is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 56 239 -
CMYK 0.08 0.77 0 0.06
HSL 293.77º 0.85% 0.58% -
HSV(B) 293.77º 0.77% 0.94% -
XYZ 46.51 24.28 83.9 -
YUV 125.9 191.83 195.12 -
System Red Green Blue C M Y K H S L
Decimal 220 56 239 0.08 0.77 0 0.06 293.77 0.85 0.58
Hex DC 38 EF 8 4D 0 6 126 55 3A
Octal 334 70 357 10 115 0 6 446 125 72
Binary 11011100 111000 11101111 1000 1001101 0 110 100100110 1010101 111010

Color Harmonies of #DC38EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC38EF

Black with #DC38EF

Text Example


Text Example

White with #DC38EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC38EF; }

 p { color: rgb(220,56,239); }

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

background-color css

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

 a { background-color: rgb(220,56,239); }

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

border-color css

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

 span { border-color: rgb(220,56,239); }

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