#DE5DE0

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

Shades of Free Speech Magenta #DE5DE0

Tints of Free Speech Magenta #DE5DE0

Color information

#DE5DE0 (or 0xDE5DE0) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5D and E0. RGB value is (222,93,224). Sum of RGB (Red+Green+Blue) = 222+93+224=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE5DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5DE0 is #21A21F. Grayscale: #929292. Windows color (decimal): -2204192 or 14704094. OLE color: 14704094.

HSL color Cylindrical-coordinate representation of color #DE5DE0: hue angle of 299.08º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5DE0 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22293224-
CMYK0.010.5800.12
HSL299.08º67.88%62.16%-
HSV(B)299.08º58.48%87.84%-
XYZ47.4928.7473.57-
YUV146.5171.74181.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 93 (36.72% from 255) = 17.25%
BLUE value IS 224 (87.89% from 255) = 41.56%
R=41.19%
G=17.25%
B=41.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal222932240.010.5800.12299.0867.8862.16
HexDE5DE013A0C12b443e
Octal33613534017201445310476
Binary110111101011101111000001111010011001001010111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5DE0; }

 p { color: rgb(222,93,224); }

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

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

 a { background-color: rgb(222,93,224); }

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

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

 span { border-color: rgb(222,93,224); }

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