#DE5CE7

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

Shades of Free Speech Magenta #DE5CE7

Tints of Free Speech Magenta #DE5CE7

Color information

#DE5CE7 (or 0xDE5CE7) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5C and E7. RGB value is (222,92,231). Sum of RGB (Red+Green+Blue) = 222+92+231=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE5CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5CE7 is #21A318. Grayscale: #929292. Windows color (decimal): -2204441 or 15162590. OLE color: 15162590.

HSL color Cylindrical-coordinate representation of color #DE5CE7: hue angle of 296.12º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE5CE7 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22292231-
CMYK0.040.6000.09
HSL296.12º74.33%63.33%-
HSV(B)296.12º60.17%90.59%-
XYZ48.3828.9578.64-
YUV146.72175.57181.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 92 (36.33% from 255) = 16.88%
BLUE value IS 231 (90.62% from 255) = 42.39%
R=40.73%
G=16.88%
B=42.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal222922310.040.6000.09296.1274.3363.33
HexDE5CE743C091284a3f
Octal33613434747401145011277
Binary11011110101110011100111100111100010011001010001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5CE7; }

 p { color: rgb(222,92,231); }

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

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

 a { background-color: rgb(222,92,231); }

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

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

 span { border-color: rgb(222,92,231); }

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