#DE3AF7

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

Shades of Free Speech Magenta #DE3AF7

Tints of Free Speech Magenta #DE3AF7

Color information

#DE3AF7 (or 0xDE3AF7) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 3A and F7. RGB value is (222,58,247). Sum of RGB (Red+Green+Blue) = 222+58+247=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 58 (23.05% from 255 or 11.01% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #DE3AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE3AF7 is #21C508. Grayscale: #7F7F7F. Windows color (decimal): -2213129 or 16202462. OLE color: 16202462.

HSL color Cylindrical-coordinate representation of color #DE3AF7: hue angle of 292.06º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE3AF7 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22258247-
CMYK0.100.7700.03
HSL292.06º92.2%59.8%-
HSV(B)292.06º76.52%96.86%-
XYZ48.4325.2790.32-
YUV128.58194.83194.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 58 (23.05% from 255) = 11.01%
BLUE value IS 247 (96.88% from 255) = 46.87%
R=42.13%
G=11.01%
B=46.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal222582470.100.7700.03292.0692.259.8
HexDE3AF7A4D031245c3c
Octal33672367121150344413474
Binary1101111011101011110111101010011010111001001001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3AF7; }

 p { color: rgb(222,58,247); }

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

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

 a { background-color: rgb(222,58,247); }

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

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

 span { border-color: rgb(222,58,247); }

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