#DC4DD6

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

Shades of Free Speech Magenta #DC4DD6

Tints of Free Speech Magenta #DC4DD6

Color information

#DC4DD6 (or 0xDC4DD6) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 4D and D6. RGB value is (220,77,214). Sum of RGB (Red+Green+Blue) = 220+77+214=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DD6 is #23B229. Grayscale: #868686. Windows color (decimal): -2339370 or 14044636. OLE color: 14044636.

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

Color convert

RGB22077214-
CMYK00.650.030.14
HSL302.52º67.14%58.24%-
HSV(B)302.52º65%86.27%-
XYZ44.3125.3866.18-
YUV135.38172.38188.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 77 (30.47% from 255) = 15.07%
BLUE value IS 214 (83.98% from 255) = 41.88%
R=43.05%
G=15.07%
B=41.88%

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
Decimal2207721400.650.030.14302.5267.1458.24
HexDC4DD60413E12f433a
Octal334115326010131645710372
Binary11011100100110111010110010000011111101001011111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4DD6; }

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

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

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

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

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

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

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

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