Html Css Color HEX #DC59E1 Free Speech Magenta

📋 copy color: '#DC59E1'

red 220 ◦ green 89 ◦ blue 225

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

Shades of Free Speech Magenta #DC59E1

Tints of Free Speech Magenta #DC59E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.13%

R = 41.2%
G = 16.67%
B = 42.13%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC59E1 (or 0xDC59E1) is known color: Free Speech Magenta. HEX triplet: DC, 59 and E1. RGB value is (220,89,225). Sum of RGB (Red+Green+Blue) = 220+89+225=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC59E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59E1 is #23A61E. Grayscale: #8F8F8F. Windows color (decimal): -2336287 or 14768604. OLE color: 14768604.

HSL color Cylindrical-coordinate representation of color #DC59E1: hue angle of 297.79º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC59E1 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 89 225 -
CMYK 0.02 0.60 0 0.12
HSL 297.79º 0.69% 0.62% -
HSV(B) 297.79º 0.6% 0.88% -
XYZ 46.68 27.8 74.14 -
YUV 143.67 173.9 182.44 -
System Red Green Blue C M Y K H S L
Decimal 220 89 225 0.02 0.60 0 0.12 297.79 0.69 0.62
Hex DC 59 E1 2 3C 0 C 12A 45 3E
Octal 334 131 341 2 74 0 14 452 105 76
Binary 11011100 1011001 11100001 10 111100 0 1100 100101010 1000101 111110

Color Harmonies of #DC59E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59E1

Black with #DC59E1

Text Example


Text Example

White with #DC59E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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