Html Css Color HEX #DC61C6 Free Speech Magenta

📋 copy color: '#DC61C6'

red 220 ◦ green 97 ◦ blue 198

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

Shades of Free Speech Magenta #DC61C6

Tints of Free Speech Magenta #DC61C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.45%

R = 42.72%
G = 18.83%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DC61C6 (or 0xDC61C6) is known color: Free Speech Magenta. HEX triplet: DC, 61 and C6. RGB value is (220,97,198). Sum of RGB (Red+Green+Blue) = 220+97+198=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61C6 is #239E39. Grayscale: #919191. Windows color (decimal): -2334266 or 13001180. OLE color: 13001180.

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

Color convert

RGB 220 97 198 -
CMYK 0 0.56 0.1 0.14
HSL 310.73º 0.64% 0.62% -
HSV(B) 310.73º 0.56% 0.86% -
XYZ 43.98 27.84 56.48 -
YUV 145.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 220 97 198 0 0.56 0.1 0.14 310.73 0.64 0.62
Hex DC 61 C6 0 38 A E 137 40 3E
Octal 334 141 306 0 70 12 16 467 100 76
Binary 11011100 1100001 11000110 0 111000 1010 1110 100110111 1000000 111110

Color Harmonies of #DC61C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61C6

Black with #DC61C6

Text Example


Text Example

White with #DC61C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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