#DC5ACD

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

Shades of Free Speech Magenta #DC5ACD

Tints of Free Speech Magenta #DC5ACD

Color information

#DC5ACD (or 0xDC5ACD) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 5A and CD. RGB value is (220,90,205). Sum of RGB (Red+Green+Blue) = 220+90+205=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5ACD is #23A532. Grayscale: #8D8D8D. Windows color (decimal): -2336051 or 13458140. OLE color: 13458140.

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

Color convert

RGB22090205-
CMYK00.590.070.14
HSL306.92º65%60.78%-
HSV(B)306.92º59.09%86.27%-
XYZ44.1926.9460.63-
YUV141.98163.57183.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 90 (35.55% from 255) = 17.48%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=42.72%
G=17.48%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209020500.590.070.14306.926560.78
HexDC5ACD03B7E133413d
Octal33413231507371646310175
Binary11011100101101011001101011101111111101001100111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5ACD; }

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

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

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

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

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

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

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

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