Html Css Color HEX #DC59BC Free Speech Magenta

📋 copy color: '#DC59BC'

red 220 ◦ green 89 ◦ blue 188

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

Shades of Free Speech Magenta #DC59BC

Tints of Free Speech Magenta #DC59BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 44.27%
G = 17.91%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC59BC (or 0xDC59BC) is known color: Free Speech Magenta. HEX triplet: DC, 59 and BC. RGB value is (220,89,188). Sum of RGB (Red+Green+Blue) = 220+89+188=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59BC is #23A643. Grayscale: #8B8B8B. Windows color (decimal): -2336324 or 12343772. OLE color: 12343772.

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

Color convert

RGB 220 89 188 -
CMYK 0 0.60 0.15 0.14
HSL 314.66º 0.65% 0.61% -
HSV(B) 314.66º 0.6% 0.86% -
XYZ 42.16 25.99 50.37 -
YUV 139.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 220 89 188 0 0.60 0.15 0.14 314.66 0.65 0.61
Hex DC 59 BC 0 3C F E 13B 41 3D
Octal 334 131 274 0 74 17 16 473 101 75
Binary 11011100 1011001 10111100 0 111100 1111 1110 100111011 1000001 111101

Color Harmonies of #DC59BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59BC

Black with #DC59BC

Text Example


Text Example

White with #DC59BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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