Html Css Color HEX #DC61C3 Free Speech Magenta

📋 copy color: '#DC61C3'

red 220 ◦ green 97 ◦ blue 195

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

Shades of Free Speech Magenta #DC61C3

Tints of Free Speech Magenta #DC61C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.09%

R = 42.97%
G = 18.95%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC61C3 (or 0xDC61C3) is known color: Free Speech Magenta. HEX triplet: DC, 61 and C3. RGB value is (220,97,195). Sum of RGB (Red+Green+Blue) = 220+97+195=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61C3 is #239E3C. Grayscale: #909090. Windows color (decimal): -2334269 or 12804572. OLE color: 12804572.

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

Color convert

RGB 220 97 195 -
CMYK 0 0.56 0.11 0.14
HSL 312.2º 0.64% 0.62% -
HSV(B) 312.2º 0.56% 0.86% -
XYZ 43.64 27.71 54.68 -
YUV 144.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 220 97 195 0 0.56 0.11 0.14 312.2 0.64 0.62
Hex DC 61 C3 0 38 B E 138 40 3E
Octal 334 141 303 0 70 13 16 470 100 76
Binary 11011100 1100001 11000011 0 111000 1011 1110 100111000 1000000 111110

Color Harmonies of #DC61C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61C3

Black with #DC61C3

Text Example


Text Example

White with #DC61C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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