Html Css Color HEX #DC59C4 Free Speech Magenta

📋 copy color: '#DC59C4'

red 220 ◦ green 89 ◦ blue 196

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

Shades of Free Speech Magenta #DC59C4

Tints of Free Speech Magenta #DC59C4

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.62%

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

R = 43.56%
G = 17.62%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC59C4 (or 0xDC59C4) is known color: Free Speech Magenta. HEX triplet: DC, 59 and C4. RGB value is (220,89,196). Sum of RGB (Red+Green+Blue) = 220+89+196=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59C4 is #23A63B. Grayscale: #8C8C8C. Windows color (decimal): -2336316 or 12868060. OLE color: 12868060.

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

Color convert

RGB 220 89 196 -
CMYK 0 0.60 0.11 0.14
HSL 310.99º 0.65% 0.61% -
HSV(B) 310.99º 0.6% 0.86% -
XYZ 43.05 26.35 55.04 -
YUV 140.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 220 89 196 0 0.60 0.11 0.14 310.99 0.65 0.61
Hex DC 59 C4 0 3C B E 137 41 3D
Octal 334 131 304 0 74 13 16 467 101 75
Binary 11011100 1011001 11000100 0 111100 1011 1110 100110111 1000001 111101

Color Harmonies of #DC59C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59C4

Black with #DC59C4

Text Example


Text Example

White with #DC59C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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