#DC5DCF

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

Shades of Free Speech Magenta #DC5DCF

Tints of Free Speech Magenta #DC5DCF

Color information

#DC5DCF (or 0xDC5DCF) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 5D and CF. RGB value is (220,93,207). Sum of RGB (Red+Green+Blue) = 220+93+207=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DCF is #23A230. Grayscale: #8F8F8F. Windows color (decimal): -2335281 or 13589980. OLE color: 13589980.

HSL color Cylindrical-coordinate representation of color #DC5DCF: hue angle of 306.14º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5DCF is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB22093207-
CMYK00.580.060.14
HSL306.14º64.47%61.37%-
HSV(B)306.14º57.73%86.27%-
XYZ44.6927.5561.99-
YUV143.97163.58182.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.31%
GREEN value IS 93 (36.72% from 255) = 17.88%
BLUE value IS 207 (81.25% from 255) = 39.81%
R=42.31%
G=17.88%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209320700.580.060.14306.1464.4761.37
HexDC5DCF03A6E132403d
Octal33413531707261646210075
Binary11011100101110111001111011101011011101001100101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5DCF; }

 p { color: rgb(220,93,207); }

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

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

 a { background-color: rgb(220,93,207); }

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

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

 span { border-color: rgb(220,93,207); }

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