#DE5FEB

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

Shades of Free Speech Magenta #DE5FEB

Tints of Free Speech Magenta #DE5FEB

Color information

#DE5FEB (or 0xDE5FEB) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5F and EB. RGB value is (222,95,235). Sum of RGB (Red+Green+Blue) = 222+95+235=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 95 (37.5% from 255 or 17.21% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #DE5FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5FEB is #21A014. Grayscale: #949494. Windows color (decimal): -2203669 or 15425502. OLE color: 15425502.

HSL color Cylindrical-coordinate representation of color #DE5FEB: hue angle of 294.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE5FEB is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22295235-
CMYK0.060.6000.08
HSL294.43º77.78%64.71%-
HSV(B)294.43º59.57%92.16%-
XYZ49.2129.7181.74-
YUV148.93176.58180.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 95 (37.5% from 255) = 17.21%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=40.22%
G=17.21%
B=42.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal222952350.060.6000.08294.4377.7864.71
HexDE5FEB63C081264e41
Octal336137353674010446116101
Binary110111101011111111010111101111000100010010011010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5FEB; }

 p { color: rgb(222,95,235); }

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

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

 a { background-color: rgb(222,95,235); }

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

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

 span { border-color: rgb(222,95,235); }

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