Html Css Color HEX #DC38DC Free Speech Magenta

📋 copy color: '#DC38DC'

red 220 ◦ green 56 ◦ blue 220

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

Shades of Free Speech Magenta #DC38DC

Tints of Free Speech Magenta #DC38DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 44.35%
G = 11.29%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC38DC (or 0xDC38DC) is known color: Free Speech Magenta. HEX triplet: DC, 38 and DC. RGB value is (220,56,220). Sum of RGB (Red+Green+Blue) = 220+56+220=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 56 (22.27% from 255 or 11.29% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC38DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC38DC is #23C723. Grayscale: #7B7B7B. Windows color (decimal): -2344740 or 14432476. OLE color: 14432476.

HSL color Cylindrical-coordinate representation of color #DC38DC: hue angle of 300º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC38DC is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 56 220 -
CMYK 0 0.75 0 0.14
HSL 300º 0.7% 0.54% -
HSV(B) 300º 0.75% 0.86% -
XYZ 43.85 23.21 69.88 -
YUV 123.73 182.33 196.66 -
System Red Green Blue C M Y K H S L
Decimal 220 56 220 0 0.75 0 0.14 300 0.7 0.54
Hex DC 38 DC 0 4B 0 E 12C 46 36
Octal 334 70 334 0 113 0 16 454 106 66
Binary 11011100 111000 11011100 0 1001011 0 1110 100101100 1000110 110110

Color Harmonies of #DC38DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC38DC

Black with #DC38DC

Text Example


Text Example

White with #DC38DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC38DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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