Html Css Color HEX #DC50C9 Free Speech Magenta

📋 copy color: '#DC50C9'

red 220 ◦ green 80 ◦ blue 201

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

Shades of Free Speech Magenta #DC50C9

Tints of Free Speech Magenta #DC50C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.12%

R = 43.91%
G = 15.97%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC50C9 (or 0xDC50C9) is known color: Free Speech Magenta. HEX triplet: DC, 50 and C9. RGB value is (220,80,201). Sum of RGB (Red+Green+Blue) = 220+80+201=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50C9 is #23AF36. Grayscale: #878787. Windows color (decimal): -2338615 or 13193436. OLE color: 13193436.

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

Color convert

RGB 220 80 201 -
CMYK 0 0.64 0.09 0.14
HSL 308.14º 0.67% 0.59% -
HSV(B) 308.14º 0.64% 0.86% -
XYZ 42.93 25.17 57.85 -
YUV 135.65 164.88 188.16 -
System Red Green Blue C M Y K H S L
Decimal 220 80 201 0 0.64 0.09 0.14 308.14 0.67 0.59
Hex DC 50 C9 0 40 9 E 134 43 3B
Octal 334 120 311 0 100 11 16 464 103 73
Binary 11011100 1010000 11001001 0 1000000 1001 1110 100110100 1000011 111011

Color Harmonies of #DC50C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC50C9

Black with #DC50C9

Text Example


Text Example

White with #DC50C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC50C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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