Html Css Color HEX #DC61C2 Free Speech Magenta

📋 copy color: '#DC61C2'

red 220 ◦ green 97 ◦ blue 194

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

Shades of Free Speech Magenta #DC61C2

Tints of Free Speech Magenta #DC61C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.96%

R = 43.05%
G = 18.98%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC61C2 (or 0xDC61C2) is known color: Free Speech Magenta. HEX triplet: DC, 61 and C2. RGB value is (220,97,194). Sum of RGB (Red+Green+Blue) = 220+97+194=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61C2 is #239E3D. Grayscale: #909090. Windows color (decimal): -2334270 or 12739036. OLE color: 12739036.

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

Color convert

RGB 220 97 194 -
CMYK 0 0.56 0.12 0.14
HSL 312.68º 0.64% 0.62% -
HSV(B) 312.68º 0.56% 0.86% -
XYZ 43.53 27.66 54.08 -
YUV 144.84 155.75 181.61 -
System Red Green Blue C M Y K H S L
Decimal 220 97 194 0 0.56 0.12 0.14 312.68 0.64 0.62
Hex DC 61 C2 0 38 C E 139 40 3E
Octal 334 141 302 0 70 14 16 471 100 76
Binary 11011100 1100001 11000010 0 111000 1100 1110 100111001 1000000 111110

Color Harmonies of #DC61C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61C2

Black with #DC61C2

Text Example


Text Example

White with #DC61C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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