Html Css Color HEX #DC59E6 Free Speech Magenta

📋 copy color: '#DC59E6'

red 220 ◦ green 89 ◦ blue 230

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

Shades of Free Speech Magenta #DC59E6

Tints of Free Speech Magenta #DC59E6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.51%

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

R = 40.82%
G = 16.51%
B = 42.67%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC59E6 (or 0xDC59E6) is known color: Free Speech Magenta. HEX triplet: DC, 59 and E6. RGB value is (220,89,230). Sum of RGB (Red+Green+Blue) = 220+89+230=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 89 (35.16% from 255 or 16.51% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC59E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59E6 is #23A619. Grayscale: #8F8F8F. Windows color (decimal): -2336282 or 15096284. OLE color: 15096284.

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

Color convert

RGB 220 89 230 -
CMYK 0.04 0.61 0 0.10
HSL 295.74º 0.74% 0.63% -
HSV(B) 295.74º 0.61% 0.9% -
XYZ 47.37 28.07 77.78 -
YUV 144.24 176.4 182.04 -
System Red Green Blue C M Y K H S L
Decimal 220 89 230 0.04 0.61 0 0.10 295.74 0.74 0.63
Hex DC 59 E6 4 3D 0 A 128 4A 3F
Octal 334 131 346 4 75 0 12 450 112 77
Binary 11011100 1011001 11100110 100 111101 0 1010 100101000 1001010 111111

Color Harmonies of #DC59E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59E6

Black with #DC59E6

Text Example


Text Example

White with #DC59E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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