Html Css Color HEX #DC58C4 Free Speech Magenta

📋 copy color: '#DC58C4'

red 220 ◦ green 88 ◦ blue 196

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

Shades of Free Speech Magenta #DC58C4

Tints of Free Speech Magenta #DC58C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.89%

R = 43.65%
G = 17.46%
B = 38.89%

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

#DC58C4 (or 0xDC58C4) is known color: Free Speech Magenta. HEX triplet: DC, 58 and C4. RGB value is (220,88,196). Sum of RGB (Red+Green+Blue) = 220+88+196=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58C4 is #23A73B. Grayscale: #8B8B8B. Windows color (decimal): -2336572 or 12867804. OLE color: 12867804.

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

Color convert

RGB 220 88 196 -
CMYK 0 0.6 0.11 0.14
HSL 310.91º 0.65% 0.6% -
HSV(B) 310.91º 0.6% 0.86% -
XYZ 42.97 26.18 55.01 -
YUV 139.78 159.73 185.22 -
System Red Green Blue C M Y K H S L
Decimal 220 88 196 0 0.6 0.11 0.14 310.91 0.65 0.6
Hex DC 58 C4 0 3C B E 137 41 3C
Octal 334 130 304 0 74 13 16 467 101 74
Binary 11011100 1011000 11000100 0 111100 1011 1110 100110111 1000001 111100

Color Harmonies of #DC58C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC58C4

Black with #DC58C4

Text Example


Text Example

White with #DC58C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC58C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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