#DC59BF

Color #DC59BF Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DC59BF

Tints of Free Speech Magenta #DC59BF

Color information

#DC59BF (or 0xDC59BF) is unknown color: approx 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

RGB22089191-
CMYK00.600.130.14
HSL313.28º65.17%60.59%-
HSV(B)313.28º59.55%86.27%-
XYZ42.4926.1252.09-
YUV139.8156.9185.21-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208919100.600.130.14313.2865.1760.59
HexDC59BF03CDE139413d
Octal334131277074151647110175
Binary110111001011001101111110111100110111101001110011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC59BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>