Html Css Color HEX #DC50C4 Free Speech Magenta

📋 copy color: '#DC50C4'

red 220 ◦ green 80 ◦ blue 196

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

Shades of Free Speech Magenta #DC50C4

Tints of Free Speech Magenta #DC50C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.52%

R = 44.35%
G = 16.13%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC50C4 (or 0xDC50C4) is known color: Free Speech Magenta. HEX triplet: DC, 50 and C4. RGB value is (220,80,196). Sum of RGB (Red+Green+Blue) = 220+80+196=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50C4 is #23AF3B. Grayscale: #868686. Windows color (decimal): -2338620 or 12865756. OLE color: 12865756.

HSL color Cylindrical-coordinate representation of color #DC50C4: hue angle of 310.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC50C4 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 80 196 -
CMYK 0 0.64 0.11 0.14
HSL 310.29º 0.67% 0.59% -
HSV(B) 310.29º 0.64% 0.86% -
XYZ 42.35 24.94 54.81 -
YUV 135.08 162.38 188.57 -
System Red Green Blue C M Y K H S L
Decimal 220 80 196 0 0.64 0.11 0.14 310.29 0.67 0.59
Hex DC 50 C4 0 40 B E 136 43 3B
Octal 334 120 304 0 100 13 16 466 103 73
Binary 11011100 1010000 11000100 0 1000000 1011 1110 100110110 1000011 111011

Color Harmonies of #DC50C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC50C4

Black with #DC50C4

Text Example


Text Example

White with #DC50C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC50C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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