Html Css Color HEX #DC50CD Free Speech Magenta

📋 copy color: '#DC50CD'

red 220 ◦ green 80 ◦ blue 205

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

Shades of Free Speech Magenta #DC50CD

Tints of Free Speech Magenta #DC50CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 43.56%
G = 15.84%
B = 40.59%

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

#DC50CD (or 0xDC50CD) is known color: Free Speech Magenta. HEX triplet: DC, 50 and CD. RGB value is (220,80,205). Sum of RGB (Red+Green+Blue) = 220+80+205=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50CD is #23AF32. Grayscale: #878787. Windows color (decimal): -2338611 or 13455580. OLE color: 13455580.

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

Color convert

RGB 220 80 205 -
CMYK 0 0.64 0.07 0.14
HSL 306.43º 0.67% 0.59% -
HSV(B) 306.43º 0.64% 0.86% -
XYZ 43.4 25.36 60.37 -
YUV 136.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 220 80 205 0 0.64 0.07 0.14 306.43 0.67 0.59
Hex DC 50 CD 0 40 7 E 132 43 3B
Octal 334 120 315 0 100 7 16 462 103 73
Binary 11011100 1010000 11001101 0 1000000 111 1110 100110010 1000011 111011

Color Harmonies of #DC50CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC50CD

Black with #DC50CD

Text Example


Text Example

White with #DC50CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC50CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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