Html Css Color HEX #DC58C6 Free Speech Magenta

📋 copy color: '#DC58C6'

red 220 ◦ green 88 ◦ blue 198

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

Shades of Free Speech Magenta #DC58C6

Tints of Free Speech Magenta #DC58C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.13%

R = 43.48%
G = 17.39%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DC58C6 (or 0xDC58C6) is known color: Free Speech Magenta. HEX triplet: DC, 58 and C6. RGB value is (220,88,198). Sum of RGB (Red+Green+Blue) = 220+88+198=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58C6 is #23A739. Grayscale: #8B8B8B. Windows color (decimal): -2336570 or 12998876. OLE color: 12998876.

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

Color convert

RGB 220 88 198 -
CMYK 0 0.6 0.1 0.14
HSL 310º 0.65% 0.6% -
HSV(B) 310º 0.6% 0.86% -
XYZ 43.2 26.27 56.22 -
YUV 140.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 220 88 198 0 0.6 0.1 0.14 310 0.65 0.6
Hex DC 58 C6 0 3C A E 136 41 3C
Octal 334 130 306 0 74 12 16 466 101 74
Binary 11011100 1011000 11000110 0 111100 1010 1110 100110110 1000001 111100

Color Harmonies of #DC58C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC58C6

Black with #DC58C6

Text Example


Text Example

White with #DC58C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC58C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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