#DE41F1

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

Shades of Free Speech Magenta #DE41F1

Tints of Free Speech Magenta #DE41F1

Color information

#DE41F1 (or 0xDE41F1) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 41 and F1. RGB value is (222,65,241). Sum of RGB (Red+Green+Blue) = 222+65+241=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE41F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE41F1 is #21BE0E. Grayscale: #838383. Windows color (decimal): -2211343 or 15811038. OLE color: 15811038.

HSL color Cylindrical-coordinate representation of color #DE41F1: hue angle of 293.52º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE41F1 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22265241-
CMYK0.080.7300.05
HSL293.52º86.27%60%-
HSV(B)293.52º73.03%94.51%-
XYZ47.8925.6685.65-
YUV132.01189.51192.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.05%
GREEN value IS 65 (25.78% from 255) = 12.31%
BLUE value IS 241 (94.53% from 255) = 45.64%
R=42.05%
G=12.31%
B=45.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal222652410.080.7300.05293.5286.2760
HexDE41F184905126563c
Octal336101361101110544612674
Binary110111101000001111100011000100100101011001001101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE41F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE41F1; }

 p { color: rgb(222,65,241); }

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

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

 a { background-color: rgb(222,65,241); }

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

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

 span { border-color: rgb(222,65,241); }

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