#DE4AF1

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

Shades of Free Speech Magenta #DE4AF1

Tints of Free Speech Magenta #DE4AF1

Color information

#DE4AF1 (or 0xDE4AF1) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 4A and F1. RGB value is (222,74,241). Sum of RGB (Red+Green+Blue) = 222+74+241=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE4AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE4AF1 is #21B50E. Grayscale: #888888. Windows color (decimal): -2209039 or 15813342. OLE color: 15813342.

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

Color convert

RGB22274241-
CMYK0.080.6900.05
HSL293.17º85.64%61.76%-
HSV(B)293.17º69.29%94.51%-
XYZ48.4526.7885.83-
YUV137.29186.53188.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 74 (29.30% from 255) = 13.78%
BLUE value IS 241 (94.53% from 255) = 44.88%
R=41.34%
G=13.78%
B=44.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal222742410.080.6900.05293.1785.6461.76
HexDE4AF184505125563e
Octal336112361101050544512676
Binary110111101001010111100011000100010101011001001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4AF1; }

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

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

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

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

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

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

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

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