#DC59C6

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

Shades of Free Speech Magenta #DC59C6

Tints of Free Speech Magenta #DC59C6

Color information

#DC59C6 (or 0xDC59C6) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 59 and C6. RGB value is (220,89,198). Sum of RGB (Red+Green+Blue) = 220+89+198=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59C6 is #23A639. Grayscale: #8C8C8C. Windows color (decimal): -2336314 or 12999132. OLE color: 12999132.

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

Color convert

RGB22089198-
CMYK00.600.10.14
HSL310.08º65.17%60.59%-
HSV(B)310.08º59.55%86.27%-
XYZ43.2826.4456.25-
YUV140.6160.4184.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 89 (35.16% from 255) = 17.55%
BLUE value IS 198 (77.73% from 255) = 39.05%
R=43.39%
G=17.55%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208919800.600.10.14310.0865.1760.59
HexDC59C603CAE136413d
Octal334131306074121646610175
Binary110111001011001110001100111100101011101001101101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC59C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC59C6; }

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

 H1.HeaderClassName
 {
   color: #DC59C6;
 }
 .AnyTagClassName
 {
   color: #DC59C6;
 }
</style>
background-color css

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

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

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

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

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

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