Html Css Color HEX #DC50C7 Free Speech Magenta

📋 copy color: '#DC50C7'

red 220 ◦ green 80 ◦ blue 199

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

Shades of Free Speech Magenta #DC50C7

Tints of Free Speech Magenta #DC50C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.88%

R = 44.09%
G = 16.03%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC50C7 (or 0xDC50C7) is known color: Free Speech Magenta. HEX triplet: DC, 50 and C7. RGB value is (220,80,199). Sum of RGB (Red+Green+Blue) = 220+80+199=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50C7 is #23AF38. Grayscale: #878787. Windows color (decimal): -2338617 or 13062364. OLE color: 13062364.

HSL color Cylindrical-coordinate representation of color #DC50C7: hue angle of 309º 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 #DC50C7 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 80 199 -
CMYK 0 0.64 0.10 0.14
HSL 309º 0.67% 0.59% -
HSV(B) 309º 0.64% 0.86% -
XYZ 42.69 25.08 56.62 -
YUV 135.43 163.88 188.32 -
System Red Green Blue C M Y K H S L
Decimal 220 80 199 0 0.64 0.10 0.14 309 0.67 0.59
Hex DC 50 C7 0 40 A E 135 43 3B
Octal 334 120 307 0 100 12 16 465 103 73
Binary 11011100 1010000 11000111 0 1000000 1010 1110 100110101 1000011 111011

Color Harmonies of #DC50C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC50C7

Black with #DC50C7

Text Example


Text Example

White with #DC50C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC50C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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