#DE5FDA

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

Shades of Free Speech Magenta #DE5FDA

Tints of Free Speech Magenta #DE5FDA

Color information

#DE5FDA (or 0xDE5FDA) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5F and DA. RGB value is (222,95,218). Sum of RGB (Red+Green+Blue) = 222+95+218=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5FDA is #21A025. Grayscale: #929292. Windows color (decimal): -2203686 or 14311390. OLE color: 14311390.

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

Color convert

RGB22295218-
CMYK00.570.020.13
HSL301.89º65.8%62.16%-
HSV(B)301.89º57.21%87.06%-
XYZ46.8728.7869.41-
YUV147168.08181.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 95 (37.5% from 255) = 17.76%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=41.50%
G=17.76%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229521800.570.020.13301.8965.862.16
HexDE5FDA0392D12e423e
Octal33613733207121545610276
Binary1101111010111111101101001110011011011001011101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5FDA; }

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

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

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

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

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

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

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

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