Html Css Color HEX #DC59DC Free Speech Magenta

📋 copy color: '#DC59DC'

red 220 ◦ green 89 ◦ blue 220

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

Shades of Free Speech Magenta #DC59DC

Tints of Free Speech Magenta #DC59DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 41.59%
G = 16.82%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC59DC (or 0xDC59DC) is known color: Free Speech Magenta. HEX triplet: DC, 59 and DC. RGB value is (220,89,220). Sum of RGB (Red+Green+Blue) = 220+89+220=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC59DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59DC is #23A623. Grayscale: #8E8E8E. Windows color (decimal): -2336292 or 14440924. OLE color: 14440924.

HSL color Cylindrical-coordinate representation of color #DC59DC: hue angle of 300º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC59DC is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 220 -
CMYK 0 0.60 0 0.14
HSL 300º 0.65% 0.61% -
HSV(B) 300º 0.6% 0.86% -
XYZ 46.01 27.53 70.6 -
YUV 143.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 220 89 220 0 0.60 0 0.14 300 0.65 0.61
Hex DC 59 DC 0 3C 0 E 12C 41 3D
Octal 334 131 334 0 74 0 16 454 101 75
Binary 11011100 1011001 11011100 0 111100 0 1110 100101100 1000001 111101

Color Harmonies of #DC59DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59DC

Black with #DC59DC

Text Example


Text Example

White with #DC59DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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