#DC5DCC

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

Shades of Free Speech Magenta #DC5DCC

Tints of Free Speech Magenta #DC5DCC

Color information

#DC5DCC (or 0xDC5DCC) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 5D and CC. RGB value is (220,93,204). Sum of RGB (Red+Green+Blue) = 220+93+204=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DCC is #23A233. Grayscale: #8F8F8F. Windows color (decimal): -2335284 or 13393372. OLE color: 13393372.

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

Color convert

RGB22093204-
CMYK00.580.070.14
HSL307.56º64.47%61.37%-
HSV(B)307.56º57.73%86.27%-
XYZ44.3327.460.08-
YUV143.63162.08182.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 93 (36.72% from 255) = 17.99%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=42.55%
G=17.99%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209320400.580.070.14307.5664.4761.37
HexDC5DCC03A7E134403d
Octal33413531407271646410075
Binary11011100101110111001100011101011111101001101001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5DCC; }

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

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

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

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

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

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

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

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