Html Css Color HEX #DC50CC Free Speech Magenta

📋 copy color: '#DC50CC'

red 220 ◦ green 80 ◦ blue 204

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

Shades of Free Speech Magenta #DC50CC

Tints of Free Speech Magenta #DC50CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 43.65%
G = 15.87%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC50CC (or 0xDC50CC) is known color: Free Speech Magenta. HEX triplet: DC, 50 and CC. RGB value is (220,80,204). Sum of RGB (Red+Green+Blue) = 220+80+204=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50CC is #23AF33. Grayscale: #878787. Windows color (decimal): -2338612 or 13390044. OLE color: 13390044.

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

Color convert

RGB 220 80 204 -
CMYK 0 0.64 0.07 0.14
HSL 306.86º 0.67% 0.59% -
HSV(B) 306.86º 0.64% 0.86% -
XYZ 43.28 25.31 59.73 -
YUV 136 166.38 187.92 -
System Red Green Blue C M Y K H S L
Decimal 220 80 204 0 0.64 0.07 0.14 306.86 0.67 0.59
Hex DC 50 CC 0 40 7 E 133 43 3B
Octal 334 120 314 0 100 7 16 463 103 73
Binary 11011100 1010000 11001100 0 1000000 111 1110 100110011 1000011 111011

Color Harmonies of #DC50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC50CC

Black with #DC50CC

Text Example


Text Example

White with #DC50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC50CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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