#DC5CC5

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

Shades of Free Speech Magenta #DC5CC5

Tints of Free Speech Magenta #DC5CC5

Color information

#DC5CC5 (or 0xDC5CC5) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 5C and C5. RGB value is (220,92,197). Sum of RGB (Red+Green+Blue) = 220+92+197=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5CC5 is #23A33A. Grayscale: #8D8D8D. Windows color (decimal): -2335547 or 12934364. OLE color: 12934364.

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

Color convert

RGB22092197-
CMYK00.580.100.14
HSL310.78º64.65%61.18%-
HSV(B)310.78º58.18%86.27%-
XYZ43.4226.955.73-
YUV142.24158.91183.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.22%
GREEN value IS 92 (36.33% from 255) = 18.07%
BLUE value IS 197 (77.34% from 255) = 38.70%
R=43.22%
G=18.07%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209219700.580.100.14310.7864.6561.18
HexDC5CC503AAE137413d
Octal334134305072121646710175
Binary110111001011100110001010111010101011101001101111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5CC5; }

 p { color: rgb(220,92,197); }

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

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

 a { background-color: rgb(220,92,197); }

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

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

 span { border-color: rgb(220,92,197); }

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