#D741EC

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

Shades of Free Speech Magenta #D741EC

Tints of Free Speech Magenta #D741EC

Color information

#D741EC (or 0xD741EC) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 41 and EC. RGB value is (215,65,236). Sum of RGB (Red+Green+Blue) = 215+65+236=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 65 (25.78% from 255 or 12.60% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #D741EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D741EC is #28BE13. Grayscale: #808080. Windows color (decimal): -2670100 or 15483351. OLE color: 15483351.

HSL color Cylindrical-coordinate representation of color #D741EC: hue angle of 292.63º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D741EC is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21565236-
CMYK0.090.7200.07
HSL292.63º81.82%59.02%-
HSV(B)292.63º72.46%92.55%-
XYZ45.0524.2881.67-
YUV129.34188.2189.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.67%
GREEN value IS 65 (25.78% from 255) = 12.60%
BLUE value IS 236 (92.58% from 255) = 45.74%
R=41.67%
G=12.60%
B=45.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal215652360.090.7200.07292.6381.8259.02
HexD741EC94807125523b
Octal327101354111100744512273
Binary110101111000001111011001001100100001111001001011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D741EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D741EC; }

 p { color: rgb(215,65,236); }

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

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

 a { background-color: rgb(215,65,236); }

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

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

 span { border-color: rgb(215,65,236); }

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