#DF50E0

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

Shades of Free Speech Magenta #DF50E0

Tints of Free Speech Magenta #DF50E0

Color information

#DF50E0 (or 0xDF50E0) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 50 and E0. RGB value is (223,80,224). Sum of RGB (Red+Green+Blue) = 223+80+224=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF50E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50E0 is #20AF1F. Grayscale: #8A8A8A. Windows color (decimal): -2141984 or 14700767. OLE color: 14700767.

HSL color Cylindrical-coordinate representation of color #DF50E0: hue angle of 299.58º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF50E0 is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22380224-
CMYK0.000.6400.12
HSL299.58º69.9%59.61%-
HSV(B)299.58º64.29%87.84%-
XYZ46.7526.8173.23-
YUV139.17175.88187.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.31%
GREEN value IS 80 (31.64% from 255) = 15.18%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=42.31%
G=15.18%
B=42.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal223802240.000.6400.12299.5869.959.61
HexDF50E00400C12c463c
Octal337120340010001445410674
Binary1101111110100001110000001000000011001001011001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF50E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF50E0; }

 p { color: rgb(223,80,224); }

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

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

 a { background-color: rgb(223,80,224); }

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

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

 span { border-color: rgb(223,80,224); }

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