Html Css Color HEX #DC61C5 Free Speech Magenta

📋 copy color: '#DC61C5'

red 220 ◦ green 97 ◦ blue 197

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

Shades of Free Speech Magenta #DC61C5

Tints of Free Speech Magenta #DC61C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.33%

R = 42.8%
G = 18.87%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC61C5 (or 0xDC61C5) is known color: Free Speech Magenta. HEX triplet: DC, 61 and C5. RGB value is (220,97,197). Sum of RGB (Red+Green+Blue) = 220+97+197=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61C5 is #239E3A. Grayscale: #909090. Windows color (decimal): -2334267 or 12935644. OLE color: 12935644.

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

Color convert

RGB 220 97 197 -
CMYK 0 0.56 0.10 0.14
HSL 311.22º 0.64% 0.62% -
HSV(B) 311.22º 0.56% 0.86% -
XYZ 43.87 27.8 55.88 -
YUV 145.18 157.25 181.37 -
System Red Green Blue C M Y K H S L
Decimal 220 97 197 0 0.56 0.10 0.14 311.22 0.64 0.62
Hex DC 61 C5 0 38 A E 137 40 3E
Octal 334 141 305 0 70 12 16 467 100 76
Binary 11011100 1100001 11000101 0 111000 1010 1110 100110111 1000000 111110

Color Harmonies of #DC61C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61C5

Black with #DC61C5

Text Example


Text Example

White with #DC61C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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