#DF40D5

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

Shades of Free Speech Magenta #DF40D5

Tints of Free Speech Magenta #DF40D5

Color information

#DF40D5 (or 0xDF40D5) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 40 and D5. RGB value is (223,64,213). Sum of RGB (Red+Green+Blue) = 223+64+213=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF40D5 is #20BF2A. Grayscale: #808080. Windows color (decimal): -2146091 or 13975775. OLE color: 13975775.

HSL color Cylindrical-coordinate representation of color #DF40D5: hue angle of 303.77º 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 #DF40D5 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB22364213-
CMYK00.710.040.13
HSL303.77º71.3%56.27%-
HSV(B)303.77º71.3%87.45%-
XYZ44.2824.1665.28-
YUV128.53175.68195.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.6%
GREEN value IS 64 (25.39% from 255) = 12.8%
BLUE value IS 213 (83.59% from 255) = 42.6%
R=44.6%
G=12.8%
B=42.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236421300.710.040.13303.7771.356.27
HexDF40D50474D1304738
Octal337100325010741546010770
Binary110111111000000110101010100011110011011001100001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF40D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF40D5; }

 p { color: rgb(223,64,213); }

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

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

 a { background-color: rgb(223,64,213); }

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

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

 span { border-color: rgb(223,64,213); }

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