Html Css Color HEX #DC61DC Free Speech Magenta

📋 copy color: '#DC61DC'

red 220 ◦ green 97 ◦ blue 220

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

Shades of Free Speech Magenta #DC61DC

Tints of Free Speech Magenta #DC61DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.06%

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 40.97%
G = 18.06%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC61DC (or 0xDC61DC) is known color: Free Speech Magenta. HEX triplet: DC, 61 and DC. RGB value is (220,97,220). Sum of RGB (Red+Green+Blue) = 220+97+220=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC61DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61DC is #239E23. Grayscale: #939393. Windows color (decimal): -2334244 or 14442972. OLE color: 14442972.

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

Color convert

RGB 220 97 220 -
CMYK 0 0.56 0 0.14
HSL 300º 0.64% 0.62% -
HSV(B) 300º 0.56% 0.86% -
XYZ 46.71 28.93 70.83 -
YUV 147.8 168.75 179.5 -
System Red Green Blue C M Y K H S L
Decimal 220 97 220 0 0.56 0 0.14 300 0.64 0.62
Hex DC 61 DC 0 38 0 E 12C 40 3E
Octal 334 141 334 0 70 0 16 454 100 76
Binary 11011100 1100001 11011100 0 111000 0 1110 100101100 1000000 111110

Color Harmonies of #DC61DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61DC

Black with #DC61DC

Text Example


Text Example

White with #DC61DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61DC; }

 p { color: rgb(220,97,220); }

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

background-color css

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

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

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

border-color css

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

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

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