#DC4DC4

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

Shades of Free Speech Magenta #DC4DC4

Tints of Free Speech Magenta #DC4DC4

Color information

#DC4DC4 (or 0xDC4DC4) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 4D and C4. RGB value is (220,77,196). Sum of RGB (Red+Green+Blue) = 220+77+196=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DC4 is #23B23B. Grayscale: #848484. Windows color (decimal): -2339388 or 12864988. OLE color: 12864988.

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

Color convert

RGB22077196-
CMYK00.650.110.14
HSL310.07º67.14%58.24%-
HSV(B)310.07º65%86.27%-
XYZ42.1324.5154.73-
YUV133.32163.38189.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 77 (30.47% from 255) = 15.62%
BLUE value IS 196 (76.95% from 255) = 39.76%
R=44.62%
G=15.62%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207719600.650.110.14310.0767.1458.24
HexDC4DC4041BE136433a
Octal3341153040101131646610372
Binary1101110010011011100010001000001101111101001101101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4DC4; }

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

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

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

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

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

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

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

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