Html Css Color HEX #DC61E6 Free Speech Magenta

📋 copy color: '#DC61E6'

red 220 ◦ green 97 ◦ blue 230

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

Shades of Free Speech Magenta #DC61E6

Tints of Free Speech Magenta #DC61E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.05%

R = 40.22%
G = 17.73%
B = 42.05%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC61E6 (or 0xDC61E6) is known color: Free Speech Magenta. HEX triplet: DC, 61 and E6. RGB value is (220,97,230). Sum of RGB (Red+Green+Blue) = 220+97+230=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC61E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC61E6 is #239E19. Grayscale: #949494. Windows color (decimal): -2334234 or 15098332. OLE color: 15098332.

HSL color Cylindrical-coordinate representation of color #DC61E6: hue angle of 295.49º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC61E6 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 97 230 -
CMYK 0.04 0.58 0 0.10
HSL 295.49º 0.73% 0.64% -
HSV(B) 295.49º 0.58% 0.9% -
XYZ 48.07 29.48 78.02 -
YUV 148.94 173.75 178.69 -
System Red Green Blue C M Y K H S L
Decimal 220 97 230 0.04 0.58 0 0.10 295.49 0.73 0.64
Hex DC 61 E6 4 3A 0 A 127 49 40
Octal 334 141 346 4 72 0 12 447 111 100
Binary 11011100 1100001 11100110 100 111010 0 1010 100100111 1001001 1000000

Color Harmonies of #DC61E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61E6

Black with #DC61E6

Text Example


Text Example

White with #DC61E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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