#DC51E5

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

Shades of Free Speech Magenta #DC51E5

Tints of Free Speech Magenta #DC51E5

Color information

#DC51E5 (or 0xDC51E5) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 51 and E5. RGB value is (220,81,229). Sum of RGB (Red+Green+Blue) = 220+81+229=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC51E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC51E5 is #23AE1A. Grayscale: #8A8A8A. Windows color (decimal): -2338331 or 15028700. OLE color: 15028700.

HSL color Cylindrical-coordinate representation of color #DC51E5: hue angle of 296.35º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC51E5 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22081229-
CMYK0.040.6500.10
HSL296.35º74%60.78%-
HSV(B)296.35º64.63%89.8%-
XYZ46.626.7676.84-
YUV139.43178.55185.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 81 (32.03% from 255) = 15.28%
BLUE value IS 229 (89.84% from 255) = 43.21%
R=41.51%
G=15.28%
B=43.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal220812290.040.6500.10296.357460.78
HexDC51E54410A1284a3d
Octal334121345410101245011275
Binary110111001010001111001011001000001010101001010001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC51E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC51E5; }

 p { color: rgb(220,81,229); }

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

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

 a { background-color: rgb(220,81,229); }

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

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

 span { border-color: rgb(220,81,229); }

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