Html Css Color HEX #DC58C3 Free Speech Magenta

📋 copy color: '#DC58C3'

red 220 ◦ green 88 ◦ blue 195

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

Shades of Free Speech Magenta #DC58C3

Tints of Free Speech Magenta #DC58C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.77%

R = 43.74%
G = 17.5%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC58C3 (or 0xDC58C3) is known color: Free Speech Magenta. HEX triplet: DC, 58 and C3. RGB value is (220,88,195). Sum of RGB (Red+Green+Blue) = 220+88+195=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58C3 is #23A73C. Grayscale: #8B8B8B. Windows color (decimal): -2336573 or 12802268. OLE color: 12802268.

HSL color Cylindrical-coordinate representation of color #DC58C3: hue angle of 311.36º 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 #DC58C3 is Cyan = 0, Magento = 0.6, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 195 -
CMYK 0 0.6 0.11 0.14
HSL 311.36º 0.65% 0.6% -
HSV(B) 311.36º 0.6% 0.86% -
XYZ 42.86 26.14 54.42 -
YUV 139.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 220 88 195 0 0.6 0.11 0.14 311.36 0.65 0.6
Hex DC 58 C3 0 3C B E 137 41 3C
Octal 334 130 303 0 74 13 16 467 101 74
Binary 11011100 1011000 11000011 0 111100 1011 1110 100110111 1000001 111100

Color Harmonies of #DC58C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC58C3

Black with #DC58C3

Text Example


Text Example

White with #DC58C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC58C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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