#DC46E4

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

Shades of Free Speech Magenta #DC46E4

Tints of Free Speech Magenta #DC46E4

Color information

#DC46E4 (or 0xDC46E4) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 46 and E4. RGB value is (220,70,228). Sum of RGB (Red+Green+Blue) = 220+70+228=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC46E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46E4 is #23B91B. Grayscale: #848484. Windows color (decimal): -2341148 or 14960348. OLE color: 14960348.

HSL color Cylindrical-coordinate representation of color #DC46E4: hue angle of 296.96º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC46E4 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22070228-
CMYK0.040.6900.11
HSL296.96º74.53%58.43%-
HSV(B)296.96º69.3%89.41%-
XYZ45.7125.275.85-
YUV132.86181.7190.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 70 (27.73% from 255) = 13.51%
BLUE value IS 228 (89.45% from 255) = 44.02%
R=42.47%
G=13.51%
B=44.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal220702280.040.6900.11296.9674.5358.43
HexDC46E44450B1294b3a
Octal334106344410501345111372
Binary110111001000110111001001001000101010111001010011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC46E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC46E4; }

 p { color: rgb(220,70,228); }

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

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

 a { background-color: rgb(220,70,228); }

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

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

 span { border-color: rgb(220,70,228); }

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