#DC4CD6

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

Shades of Free Speech Magenta #DC4CD6

Tints of Free Speech Magenta #DC4CD6

Color information

#DC4CD6 (or 0xDC4CD6) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 4C and D6. RGB value is (220,76,214). Sum of RGB (Red+Green+Blue) = 220+76+214=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4CD6 is #23B329. Grayscale: #868686. Windows color (decimal): -2339626 or 14044380. OLE color: 14044380.

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

Color convert

RGB22076214-
CMYK00.650.030.14
HSL302.5º67.29%58.04%-
HSV(B)302.5º65.45%86.27%-
XYZ44.2425.2466.16-
YUV134.79172.71188.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 76 (30.08% from 255) = 14.90%
BLUE value IS 214 (83.98% from 255) = 41.96%
R=43.14%
G=14.90%
B=41.96%

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
Decimal2207621400.650.030.14302.567.2958.04
HexDC4CD60413E12e433a
Octal334114326010131645610372
Binary11011100100110011010110010000011111101001011101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4CD6; }

 p { color: rgb(220,76,214); }

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

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

 a { background-color: rgb(220,76,214); }

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

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

 span { border-color: rgb(220,76,214); }

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