#DE49DC

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

Shades of Free Speech Magenta #DE49DC

Tints of Free Speech Magenta #DE49DC

Color information

#DE49DC (or 0xDE49DC) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 49 and DC. RGB value is (222,73,220). Sum of RGB (Red+Green+Blue) = 222+73+220=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE49DC is #21B623. Grayscale: #858585. Windows color (decimal): -2209316 or 14436830. OLE color: 14436830.

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

Color convert

RGB22273220-
CMYK00.670.010.13
HSL300.81º69.3%57.84%-
HSV(B)300.81º67.12%87.06%-
XYZ45.4325.4670.23-
YUV134.31176.36190.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 73 (28.91% from 255) = 14.17%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=43.11%
G=14.17%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227322000.670.010.13300.8169.357.84
HexDE49DC0431D12d453a
Octal336111334010311545510572
Binary1101111010010011101110001000011111011001011011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE49DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE49DC; }

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

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

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

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

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

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

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

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