#DE5FDF

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

Shades of Free Speech Magenta #DE5FDF

Tints of Free Speech Magenta #DE5FDF

Color information

#DE5FDF (or 0xDE5FDF) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5F and DF. RGB value is (222,95,223). Sum of RGB (Red+Green+Blue) = 222+95+223=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE5FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5FDF is #21A020. Grayscale: #939393. Windows color (decimal): -2203681 or 14639070. OLE color: 14639070.

HSL color Cylindrical-coordinate representation of color #DE5FDF: hue angle of 299.53º degrees, saturation: 0.67, 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 #DE5FDF is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22295223-
CMYK0.000.5700.13
HSL299.53º66.67%62.35%-
HSV(B)299.53º57.4%87.45%-
XYZ47.5429.0472.91-
YUV147.56170.58181.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 95 (37.5% from 255) = 17.59%
BLUE value IS 223 (87.5% from 255) = 41.30%
R=41.11%
G=17.59%
B=41.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222952230.000.5700.13299.5366.6762.35
HexDE5FDF0390D12c433e
Octal33613733707101545410376
Binary110111101011111110111110111001011011001011001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5FDF; }

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

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

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

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

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

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

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

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