Html Css Color HEX #DC61C0 Free Speech Magenta

📋 copy color: '#DC61C0'

red 220 ◦ green 97 ◦ blue 192

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

Shades of Free Speech Magenta #DC61C0

Tints of Free Speech Magenta #DC61C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.72%

R = 43.22%
G = 19.06%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC61C0 (or 0xDC61C0) is known color: Free Speech Magenta. HEX triplet: DC, 61 and C0. RGB value is (220,97,192). Sum of RGB (Red+Green+Blue) = 220+97+192=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61C0 is #239E3F. Grayscale: #909090. Windows color (decimal): -2334272 or 12607964. OLE color: 12607964.

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

Color convert

RGB 220 97 192 -
CMYK 0 0.56 0.13 0.14
HSL 313.66º 0.64% 0.62% -
HSV(B) 313.66º 0.56% 0.86% -
XYZ 43.3 27.57 52.91 -
YUV 144.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 220 97 192 0 0.56 0.13 0.14 313.66 0.64 0.62
Hex DC 61 C0 0 38 D E 13A 40 3E
Octal 334 141 300 0 70 15 16 472 100 76
Binary 11011100 1100001 11000000 0 111000 1101 1110 100111010 1000000 111110

Color Harmonies of #DC61C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61C0

Black with #DC61C0

Text Example


Text Example

White with #DC61C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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