Html Css Color HEX #DC59ED Free Speech Magenta

📋 copy color: '#DC59ED'

red 220 ◦ green 89 ◦ blue 237

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

Shades of Free Speech Magenta #DC59ED

Tints of Free Speech Magenta #DC59ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.41%

R = 40.29%
G = 16.3%
B = 43.41%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC59ED (or 0xDC59ED) is known color: Free Speech Magenta. HEX triplet: DC, 59 and ED. RGB value is (220,89,237). Sum of RGB (Red+Green+Blue) = 220+89+237=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 89 (35.16% from 255 or 16.30% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC59ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59ED is #23A612. Grayscale: #909090. Windows color (decimal): -2336275 or 15555036. OLE color: 15555036.

HSL color Cylindrical-coordinate representation of color #DC59ED: hue angle of 293.11º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC59ED is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 89 237 -
CMYK 0.07 0.62 0 0.07
HSL 293.11º 0.8% 0.64% -
HSV(B) 293.11º 0.62% 0.93% -
XYZ 48.37 28.47 83.07 -
YUV 145.04 179.9 181.47 -
System Red Green Blue C M Y K H S L
Decimal 220 89 237 0.07 0.62 0 0.07 293.11 0.8 0.64
Hex DC 59 ED 7 3E 0 7 125 50 40
Octal 334 131 355 7 76 0 7 445 120 100
Binary 11011100 1011001 11101101 111 111110 0 111 100100101 1010000 1000000

Color Harmonies of #DC59ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59ED

Black with #DC59ED

Text Example


Text Example

White with #DC59ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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