Html Css Color HEX #DC58E7 Free Speech Magenta

📋 copy color: '#DC58E7'

red 220 ◦ green 88 ◦ blue 231

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

Shades of Free Speech Magenta #DC58E7

Tints of Free Speech Magenta #DC58E7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.33%

 BLUE value IS 231 (90.63% from 255) = 42.86%

R = 40.82%
G = 16.33%
B = 42.86%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC58E7 (or 0xDC58E7) is known color: Free Speech Magenta. HEX triplet: DC, 58 and E7. RGB value is (220,88,231). Sum of RGB (Red+Green+Blue) = 220+88+231=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC58E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC58E7 is #23A718. Grayscale: #8F8F8F. Windows color (decimal): -2336537 or 15161564. OLE color: 15161564.

HSL color Cylindrical-coordinate representation of color #DC58E7: hue angle of 295.38º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC58E7 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 88 231 -
CMYK 0.05 0.62 0 0.09
HSL 295.38º 0.75% 0.63% -
HSV(B) 295.38º 0.62% 0.91% -
XYZ 47.43 27.96 78.5 -
YUV 143.77 177.23 182.37 -
System Red Green Blue C M Y K H S L
Decimal 220 88 231 0.05 0.62 0 0.09 295.38 0.75 0.63
Hex DC 58 E7 5 3E 0 9 127 4B 3F
Octal 334 130 347 5 76 0 11 447 113 77
Binary 11011100 1011000 11100111 101 111110 0 1001 100100111 1001011 111111

Color Harmonies of #DC58E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC58E7

Black with #DC58E7

Text Example


Text Example

White with #DC58E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC58E7; }

 p { color: rgb(220,88,231); }

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

background-color css

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

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

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

border-color css

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

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

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