#dc4dc2

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

Shades of Free Speech Magenta #DC4DC2

Tints of Free Speech Magenta #DC4DC2

Color information

#DC4DC2 (or 0xDC4DC2) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 4D and C2. RGB value is (220,77,194). Sum of RGB (Red+Green+Blue) = 220+77+194=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DC2 is #23B23D. Grayscale: #848484. Windows color (decimal): -2339390 or 12733916. OLE color: 12733916.

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

Color convert

RGB22077194-
CMYK00.650.120.14
HSL310.91º67.14%58.24%-
HSV(B)310.91º65%86.27%-
XYZ41.9124.4253.54-
YUV133.1162.38189.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 77 (30.47% from 255) = 15.68%
BLUE value IS 194 (76.17% from 255) = 39.51%
R=44.81%
G=15.68%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207719400.650.120.14310.9167.1458.24
HexDC4DC2041CE137433a
Octal3341153020101141646710372
Binary1101110010011011100001001000001110011101001101111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc4dc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc4dc2; }

 p { color: rgb(220,77,194); }

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

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

 a { background-color: rgb(220,77,194); }

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

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

 span { border-color: rgb(220,77,194); }

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