#DE5AEA

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

Shades of Free Speech Magenta #DE5AEA

Tints of Free Speech Magenta #DE5AEA

Color information

#DE5AEA (or 0xDE5AEA) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5A and EA. RGB value is (222,90,234). Sum of RGB (Red+Green+Blue) = 222+90+234=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE5AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5AEA is #21A515. Grayscale: #919191. Windows color (decimal): -2204950 or 15358686. OLE color: 15358686.

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

Color convert

RGB22290234-
CMYK0.050.6200.08
HSL295º77.42%63.53%-
HSV(B)295º61.54%91.76%-
XYZ48.6328.7880.83-
YUV145.88177.73182.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 90 (35.55% from 255) = 16.48%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=40.66%
G=16.48%
B=42.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal222902340.050.6200.0829577.4263.53
HexDE5AEA53E081274d40
Octal336132352576010447115100
Binary110111101011010111010101011111100100010010011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5AEA; }

 p { color: rgb(222,90,234); }

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

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

 a { background-color: rgb(222,90,234); }

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

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

 span { border-color: rgb(222,90,234); }

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