Html Css Color HEX #DC59C0 Free Speech Magenta

📋 copy color: '#DC59C0'

red 220 ◦ green 89 ◦ blue 192

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

Shades of Free Speech Magenta #DC59C0

Tints of Free Speech Magenta #DC59C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 43.91%
G = 17.76%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC59C0 (or 0xDC59C0) is known color: Free Speech Magenta. HEX triplet: DC, 59 and C0. RGB value is (220,89,192). Sum of RGB (Red+Green+Blue) = 220+89+192=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59C0 is #23A63F. Grayscale: #8B8B8B. Windows color (decimal): -2336320 or 12605916. OLE color: 12605916.

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

Color convert

RGB 220 89 192 -
CMYK 0 0.60 0.13 0.14
HSL 312.82º 0.65% 0.61% -
HSV(B) 312.82º 0.6% 0.86% -
XYZ 42.6 26.17 52.67 -
YUV 139.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 220 89 192 0 0.60 0.13 0.14 312.82 0.65 0.61
Hex DC 59 C0 0 3C D E 139 41 3D
Octal 334 131 300 0 74 15 16 471 101 75
Binary 11011100 1011001 11000000 0 111100 1101 1110 100111001 1000001 111101

Color Harmonies of #DC59C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59C0

Black with #DC59C0

Text Example


Text Example

White with #DC59C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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