#de49df

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

Shades of Free Speech Magenta #DE49DF

Tints of Free Speech Magenta #DE49DF

Color information

#DE49DF (or 0xDE49DF) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 49 and DF. RGB value is (222,73,223). Sum of RGB (Red+Green+Blue) = 222+73+223=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE49DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE49DF is #21B620. Grayscale: #868686. Windows color (decimal): -2209313 or 14633438. OLE color: 14633438.

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

Color convert

RGB22273223-
CMYK0.000.6700.13
HSL299.6º70.09%58.04%-
HSV(B)299.6º67.26%87.45%-
XYZ45.8325.6272.34-
YUV134.65177.86190.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.86%
GREEN value IS 73 (28.91% from 255) = 14.09%
BLUE value IS 223 (87.5% from 255) = 43.05%
R=42.86%
G=14.09%
B=43.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222732230.000.6700.13299.670.0958.04
HexDE49DF0430D12c463a
Octal336111337010301545410672
Binary1101111010010011101111101000011011011001011001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de49df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de49df; }

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

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

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

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

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

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

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

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