#DE42C1

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

Shades of Free Speech Magenta #DE42C1

Tints of Free Speech Magenta #DE42C1

Color information

#DE42C1 (or 0xDE42C1) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 42 and C1. RGB value is (222,66,193). Sum of RGB (Red+Green+Blue) = 222+66+193=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE42C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE42C1 is #21BD3E. Grayscale: #7E7E7E. Windows color (decimal): -2211135 or 12665566. OLE color: 12665566.

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

Color convert

RGB22266193-
CMYK00.700.130.13
HSL311.15º70.27%56.47%-
HSV(B)311.15º70.27%87.06%-
XYZ41.723.2852.75-
YUV127.12165.18195.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.15%
GREEN value IS 66 (26.17% from 255) = 13.72%
BLUE value IS 193 (75.78% from 255) = 40.12%
R=46.15%
G=13.72%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226619300.700.130.13311.1570.2756.47
HexDE42C1046DD1374638
Octal3361023010106151546710670
Binary1101111010000101100000101000110110111011001101111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE42C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE42C1; }

 p { color: rgb(222,66,193); }

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

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

 a { background-color: rgb(222,66,193); }

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

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

 span { border-color: rgb(222,66,193); }

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