Html Css Color HEX #DC58C0 Free Speech Magenta

📋 copy color: '#DC58C0'

red 220 ◦ green 88 ◦ blue 192

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

Shades of Free Speech Magenta #DC58C0

Tints of Free Speech Magenta #DC58C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.4%

R = 44%
G = 17.6%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC58C0 (or 0xDC58C0) is known color: Free Speech Magenta. HEX triplet: DC, 58 and C0. RGB value is (220,88,192). Sum of RGB (Red+Green+Blue) = 220+88+192=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58C0 is #23A73F. Grayscale: #8B8B8B. Windows color (decimal): -2336576 or 12605660. OLE color: 12605660.

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

Color convert

RGB 220 88 192 -
CMYK 0 0.6 0.13 0.14
HSL 312.73º 0.65% 0.6% -
HSV(B) 312.73º 0.6% 0.86% -
XYZ 42.52 26 52.65 -
YUV 139.32 157.73 185.54 -
System Red Green Blue C M Y K H S L
Decimal 220 88 192 0 0.6 0.13 0.14 312.73 0.65 0.6
Hex DC 58 C0 0 3C D E 139 41 3C
Octal 334 130 300 0 74 15 16 471 101 74
Binary 11011100 1011000 11000000 0 111100 1101 1110 100111001 1000001 111100

Color Harmonies of #DC58C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC58C0

Black with #DC58C0

Text Example


Text Example

White with #DC58C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC58C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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