#DE43E8

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

Shades of Free Speech Magenta #DE43E8

Tints of Free Speech Magenta #DE43E8

Color information

#DE43E8 (or 0xDE43E8) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 43 and E8. RGB value is (222,67,232). Sum of RGB (Red+Green+Blue) = 222+67+232=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 67 (26.56% from 255 or 12.86% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #DE43E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE43E8 is #21BC17. Grayscale: #838383. Windows color (decimal): -2210840 or 15221726. OLE color: 15221726.

HSL color Cylindrical-coordinate representation of color #DE43E8: hue angle of 296.36º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE43E8 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22267232-
CMYK0.040.7100.09
HSL296.36º78.2%58.63%-
HSV(B)296.36º71.12%90.98%-
XYZ46.725.3778.78-
YUV132.16184.35192.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.61%
GREEN value IS 67 (26.56% from 255) = 12.86%
BLUE value IS 232 (91.02% from 255) = 44.53%
R=42.61%
G=12.86%
B=44.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal222672320.040.7100.09296.3678.258.63
HexDE43E8447091284e3b
Octal336103350410701145011673
Binary110111101000011111010001001000111010011001010001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE43E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE43E8; }

 p { color: rgb(222,67,232); }

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

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

 a { background-color: rgb(222,67,232); }

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

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

 span { border-color: rgb(222,67,232); }

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