Html Css Color HEX #DC59BF Free Speech Magenta

📋 copy color: '#DC59BF'

red 220 ◦ green 89 ◦ blue 191

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

Shades of Free Speech Magenta #DC59BF

Tints of Free Speech Magenta #DC59BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.2%

R = 44%
G = 17.8%
B = 38.2%

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

#DC59BF (or 0xDC59BF) is known color: Free Speech Magenta. HEX triplet: DC, 59 and BF. RGB value is (220,89,191). Sum of RGB (Red+Green+Blue) = 220+89+191=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59BF is #23A640. Grayscale: #8B8B8B. Windows color (decimal): -2336321 or 12540380. OLE color: 12540380.

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

Color convert

RGB 220 89 191 -
CMYK 0 0.60 0.13 0.14
HSL 313.28º 0.65% 0.61% -
HSV(B) 313.28º 0.6% 0.86% -
XYZ 42.49 26.12 52.09 -
YUV 139.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 220 89 191 0 0.60 0.13 0.14 313.28 0.65 0.61
Hex DC 59 BF 0 3C D E 139 41 3D
Octal 334 131 277 0 74 15 16 471 101 75
Binary 11011100 1011001 10111111 0 111100 1101 1110 100111001 1000001 111101

Color Harmonies of #DC59BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59BF

Black with #DC59BF

Text Example


Text Example

White with #DC59BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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