#DE5EC8

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

Shades of Free Speech Magenta #DE5EC8

Tints of Free Speech Magenta #DE5EC8

Color information

#DE5EC8 (or 0xDE5EC8) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5E and C8. RGB value is (222,94,200). Sum of RGB (Red+Green+Blue) = 222+94+200=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5EC8 is #21A137. Grayscale: #909090. Windows color (decimal): -2203960 or 13131486. OLE color: 13131486.

HSL color Cylindrical-coordinate representation of color #DE5EC8: hue angle of 310.31º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5EC8 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB22294200-
CMYK00.580.100.13
HSL310.31º65.98%61.96%-
HSV(B)310.31º57.66%87.06%-
XYZ44.5527.7157.64-
YUV144.36159.41183.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.02%
GREEN value IS 94 (37.11% from 255) = 18.22%
BLUE value IS 200 (78.52% from 255) = 38.76%
R=43.02%
G=18.22%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229420000.580.100.13310.3165.9861.96
HexDE5EC803AAD136423e
Octal336136310072121546610276
Binary110111101011110110010000111010101011011001101101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5EC8; }

 p { color: rgb(222,94,200); }

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

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

 a { background-color: rgb(222,94,200); }

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

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

 span { border-color: rgb(222,94,200); }

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