#DF41DE

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

Shades of Free Speech Magenta #DF41DE

Tints of Free Speech Magenta #DF41DE

Color information

#DF41DE (or 0xDF41DE) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 41 and DE. RGB value is (223,65,222). Sum of RGB (Red+Green+Blue) = 223+65+222=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41DE is #20BE21. Grayscale: #818181. Windows color (decimal): -2145826 or 14565855. OLE color: 14565855.

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

Color convert

RGB22365222-
CMYK00.710.000.13
HSL300.38º71.17%56.47%-
HSV(B)300.38º70.85%87.45%-
XYZ45.5124.7471.48-
YUV130.14179.85194.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 65 (25.78% from 255) = 12.75%
BLUE value IS 222 (87.11% from 255) = 43.53%
R=43.73%
G=12.75%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236522200.710.000.13300.3871.1756.47
HexDF41DE0470D12c4738
Octal337101336010701545410770
Binary1101111110000011101111001000111011011001011001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF41DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF41DE; }

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

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

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

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

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

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

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

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