#DC4DD5

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

Shades of Free Speech Magenta #DC4DD5

Tints of Free Speech Magenta #DC4DD5

Color information

#DC4DD5 (or 0xDC4DD5) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 4D and D5. RGB value is (220,77,213). Sum of RGB (Red+Green+Blue) = 220+77+213=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DD5 is #23B22A. Grayscale: #868686. Windows color (decimal): -2339371 or 13979100. OLE color: 13979100.

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

Color convert

RGB22077213-
CMYK00.650.030.14
HSL302.94º67.14%58.24%-
HSV(B)302.94º65%86.27%-
XYZ44.1825.3365.51-
YUV135.26171.88188.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 77 (30.47% from 255) = 15.10%
BLUE value IS 213 (83.59% from 255) = 41.76%
R=43.14%
G=15.10%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207721300.650.030.14302.9467.1458.24
HexDC4DD50413E12f433a
Octal334115325010131645710372
Binary11011100100110111010101010000011111101001011111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4DD5; }

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

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

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

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

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

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

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

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