#DC5DCD

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

Shades of Free Speech Magenta #DC5DCD

Tints of Free Speech Magenta #DC5DCD

Color information

#DC5DCD (or 0xDC5DCD) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 5D and CD. RGB value is (220,93,205). Sum of RGB (Red+Green+Blue) = 220+93+205=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DCD is #23A232. Grayscale: #8F8F8F. Windows color (decimal): -2335283 or 13458908. OLE color: 13458908.

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

Color convert

RGB22093205-
CMYK00.580.070.14
HSL307.09º64.47%61.37%-
HSV(B)307.09º57.73%86.27%-
XYZ44.4527.4560.71-
YUV143.74162.58182.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 93 (36.72% from 255) = 17.95%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=42.47%
G=17.95%
B=39.58%

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
Decimal2209320500.580.070.14307.0964.4761.37
HexDC5DCD03A7E133403d
Octal33413531507271646310075
Binary11011100101110111001101011101011111101001100111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5DCD; }

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

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

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

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

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

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

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

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