Html Css Color HEX #DC58C7 Free Speech Magenta

📋 copy color: '#DC58C7'

red 220 ◦ green 88 ◦ blue 199

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

Shades of Free Speech Magenta #DC58C7

Tints of Free Speech Magenta #DC58C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.25%

R = 43.39%
G = 17.36%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC58C7 (or 0xDC58C7) is known color: Free Speech Magenta. HEX triplet: DC, 58 and C7. RGB value is (220,88,199). Sum of RGB (Red+Green+Blue) = 220+88+199=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58C7 is #23A738. Grayscale: #8B8B8B. Windows color (decimal): -2336569 or 13064412. OLE color: 13064412.

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

Color convert

RGB 220 88 199 -
CMYK 0 0.6 0.10 0.14
HSL 309.55º 0.65% 0.6% -
HSV(B) 309.55º 0.6% 0.86% -
XYZ 43.31 26.32 56.83 -
YUV 140.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 220 88 199 0 0.6 0.10 0.14 309.55 0.65 0.6
Hex DC 58 C7 0 3C A E 136 41 3C
Octal 334 130 307 0 74 12 16 466 101 74
Binary 11011100 1011000 11000111 0 111100 1010 1110 100110110 1000001 111100

Color Harmonies of #DC58C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC58C7

Black with #DC58C7

Text Example


Text Example

White with #DC58C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC58C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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